Html Css Color HEX #37EFCE Turquoise

📋 copy color: '#37EFCE'

red 55 ◦ green 239 ◦ blue 206

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

Shades of Turquoise #37EFCE

Tints of Turquoise #37EFCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 11%
G = 47.8%
B = 41.2%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.06

RGB Variations

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

Color information

#37EFCE (or 0x37EFCE) is known color: Turquoise. HEX triplet: 37, EF and CE. RGB value is (55,239,206). Sum of RGB (Red+Green+Blue) = 55+239+206=500 (66% of max value = 765). Red value is 55 (21.88% from 255 or 11% from 500); Green value is 239 (93.75% from 255 or 47.8% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFCE is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFCE is #C81031. Grayscale: #B4B4B4. Windows color (decimal): -13111346 or 13561655. OLE color: 13561655.

HSL color Cylindrical-coordinate representation of color #37EFCE: hue angle of 169.24º 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 #37EFCE is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.06.

Color convert

RGB 55 239 206 -
CMYK 0.77 0 0.14 0.06
HSL 169.24º 0.85% 0.58% -
HSV(B) 169.24º 0.77% 0.94% -
XYZ 43.58 67 69.03 -
YUV 180.22 142.54 38.68 -
System Red Green Blue C M Y K H S L
Decimal 55 239 206 0.77 0 0.14 0.06 169.24 0.85 0.58
Hex 37 EF CE 4D 0 E 6 A9 55 3A
Octal 67 357 316 115 0 16 6 251 125 72
Binary 110111 11101111 11001110 1001101 0 1110 110 10101001 1010101 111010

Color Harmonies of #37EFCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EFCE

Black with #37EFCE

Text Example


Text Example

White with #37EFCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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