Html Css Color HEX #37EFCB Turquoise

📋 copy color: '#37EFCB'

red 55 ◦ green 239 ◦ blue 203

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

Shades of Turquoise #37EFCB

Tints of Turquoise #37EFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.85%

R = 11.07%
G = 48.09%
B = 40.85%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.15

 K value IS 0.06

RGB Variations

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

Color information

#37EFCB (or 0x37EFCB) is known color: Turquoise. HEX triplet: 37, EF and CB. RGB value is (55,239,203). Sum of RGB (Red+Green+Blue) = 55+239+203=497 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.07% from 497); Green value is 239 (93.75% from 255 or 48.09% from 497); Blue value is 203 (79.69% from 255 or 40.85% from 497); Max value from RGB is 239 - color contains mainly: green. Hex color #37EFCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37EFCB is #C81034. Grayscale: #B3B3B3. Windows color (decimal): -13111349 or 13365047. OLE color: 13365047.

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

Color convert

RGB 55 239 203 -
CMYK 0.77 0 0.15 0.06
HSL 168.26º 0.85% 0.58% -
HSV(B) 168.26º 0.77% 0.94% -
XYZ 43.22 66.86 67.13 -
YUV 179.88 141.04 38.93 -
System Red Green Blue C M Y K H S L
Decimal 55 239 203 0.77 0 0.15 0.06 168.26 0.85 0.58
Hex 37 EF CB 4D 0 F 6 A8 55 3A
Octal 67 357 313 115 0 17 6 250 125 72
Binary 110111 11101111 11001011 1001101 0 1111 110 10101000 1010101 111010

Color Harmonies of #37EFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37EFCB

Black with #37EFCB

Text Example


Text Example

White with #37EFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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