Html Css Color HEX #37EFEA Turquoise

📋 copy color: '#37EFEA'

red 55 ◦ green 239 ◦ blue 234

#37EFEA
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise #37EFEA

Tints of Turquoise #37EFEA

RGB

 RED value IS 55 (21.88% from 255) = 10.42%

 GREEN value IS 239 (93.75% from 255) = 45.27%

 BLUE value IS 234 (91.8% from 255) = 44.32%

R = 10.42%
G = 45.27%
B = 44.32%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.02

 K value IS 0.06

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#37EFEA (or 0x37EFEA) is known color: Turquoise. HEX triplet: 37, EF and EA. RGB value is (55,239,234). Sum of RGB (Red+Green+Blue) = 55+239+234=528 (69% of max value = 765). Red value is 55 (21.88% from 255 or 10.42% from 528); Green value is 239 (93.75% from 255 or 45.27% from 528); Blue value is 234 (91.80% from 255 or 44.32% from 528); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFEA is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37EFEA is #C81015. Grayscale: #B7B7B7. Windows color (decimal): -13111318 or 15396663. OLE color: 15396663.

HSL color Cylindrical-coordinate representation of color #37EFEA: hue angle of 178.37º degrees, saturation: 0.85, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37EFEA is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 239 234 -
CMYK 0.77 0 0.02 0.06
HSL 178.37º 0.85% 0.58% -
HSV(B) 178.37º 0.77% 0.94% -
XYZ 47.29 68.49 88.57 -
YUV 183.41 156.54 36.41 -
System Red Green Blue C M Y K H S L
Decimal 55 239 234 0.77 0 0.02 0.06 178.37 0.85 0.58
Hex 37 EF EA 4D 0 2 6 B2 55 3A
Octal 67 357 352 115 0 2 6 262 125 72
Binary 110111 11101111 11101010 1001101 0 10 110 10110010 1010101 111010

Color Harmonies of #37EFEA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EFEA

Black with #37EFEA

Text Example


Text Example

White with #37EFEA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #37EFEA; }

 p { color: rgb(55,239,234); }

 H1.HeaderClassName
 {
   color: #37EFEA;
 }
 .AnyTagClassName
 {
   color: #37EFEA;
 }
</style>

background-color css

<style>
 a { background-color: #37EFEA; }

 a { background-color: rgb(55,239,234); }

 div.DivClassName
 {
   background-color: #37EFEA;
 }
 .BgClassName
 {
   background-color: #37EFEA;
 }
</style>

border-color css

<style>
 span { border-color: #37EFEA; }

 span { border-color: rgb(55,239,234); }

 td.TdClassName
 {
   border-color: #37EFEA;
 }
 .TagClassName
 {
   border-color: #37EFEA;
 }
</style>