Html Css Color HEX #37ECCB Turquoise

📋 copy color: '#37ECCB'

red 55 ◦ green 236 ◦ blue 203

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

Shades of Turquoise #37ECCB

Tints of Turquoise #37ECCB

RGB

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

 GREEN value IS 236 (92.58% from 255) = 47.77%

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

R = 11.13%
G = 47.77%
B = 41.09%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.14

 K value IS 0.07

RGB Variations

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

Color information

#37ECCB (or 0x37ECCB) is known color: Turquoise. HEX triplet: 37, EC and CB. RGB value is (55,236,203). Sum of RGB (Red+Green+Blue) = 55+236+203=494 (65% of max value = 765). Red value is 55 (21.88% from 255 or 11.13% from 494); Green value is 236 (92.58% from 255 or 47.77% from 494); Blue value is 203 (79.69% from 255 or 41.09% from 494); Max value from RGB is 236 - color contains mainly: green. Hex color #37ECCB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37ECCB is #C81334. Grayscale: #B2B2B2. Windows color (decimal): -13112117 or 13364279. OLE color: 13364279.

HSL color Cylindrical-coordinate representation of color #37ECCB: hue angle of 169.06º degrees, saturation: 0.83, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #37ECCB is Cyan = 0.77, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.07.

Color convert

RGB 55 236 203 -
CMYK 0.77 0 0.14 0.07
HSL 169.06º 0.83% 0.57% -
HSV(B) 169.06º 0.77% 0.93% -
XYZ 42.35 65.11 66.84 -
YUV 178.12 142.03 40.18 -
System Red Green Blue C M Y K H S L
Decimal 55 236 203 0.77 0 0.14 0.07 169.06 0.83 0.57
Hex 37 EC CB 4D 0 E 7 A9 53 39
Octal 67 354 313 115 0 16 7 251 123 71
Binary 110111 11101100 11001011 1001101 0 1110 111 10101001 1010011 111001

Color Harmonies of #37ECCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37ECCB

Black with #37ECCB

Text Example


Text Example

White with #37ECCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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