Html Css Color HEX #37E2CB Turquoise

📋 copy color: '#37E2CB'

red 55 ◦ green 226 ◦ blue 203

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

Shades of Turquoise #37E2CB

Tints of Turquoise #37E2CB

RGB

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

 GREEN value IS 226 (88.67% from 255) = 46.69%

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

R = 11.36%
G = 46.69%
B = 41.94%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.10

 K value IS 0.11

RGB Variations

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

Color information

#37E2CB (or 0x37E2CB) is known color: Turquoise. HEX triplet: 37, E2 and CB. RGB value is (55,226,203). Sum of RGB (Red+Green+Blue) = 55+226+203=484 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.36% from 484); Green value is 226 (88.67% from 255 or 46.69% from 484); Blue value is 203 (79.69% from 255 or 41.94% from 484); Max value from RGB is 226 - color contains mainly: green. Hex color #37E2CB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37E2CB is #C81D34. Grayscale: #ACACAC. Windows color (decimal): -13114677 or 13361719. OLE color: 13361719.

HSL color Cylindrical-coordinate representation of color #37E2CB: hue angle of 171.93º degrees, saturation: 0.75, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #37E2CB is Cyan = 0.76, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.11.

Color convert

RGB 55 226 203 -
CMYK 0.76 0 0.10 0.11
HSL 171.93º 0.75% 0.55% -
HSV(B) 171.93º 0.76% 0.89% -
XYZ 39.55 59.52 65.9 -
YUV 172.25 145.35 44.37 -
System Red Green Blue C M Y K H S L
Decimal 55 226 203 0.76 0 0.10 0.11 171.93 0.75 0.55
Hex 37 E2 CB 4C 0 A B AC 4B 37
Octal 67 342 313 114 0 12 13 254 113 67
Binary 110111 11100010 11001011 1001100 0 1010 1011 10101100 1001011 110111

Color Harmonies of #37E2CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E2CB

Black with #37E2CB

Text Example


Text Example

White with #37E2CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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