Html Css Color HEX #37E6CC Turquoise

📋 copy color: '#37E6CC'

red 55 ◦ green 230 ◦ blue 204

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

Shades of Turquoise #37E6CC

Tints of Turquoise #37E6CC

RGB

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

 GREEN value IS 230 (90.23% from 255) = 47.03%

 BLUE value IS 204 (80.08% from 255) = 41.72%

R = 11.25%
G = 47.03%
B = 41.72%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.11

 K value IS 0.10

RGB Variations

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

Color information

#37E6CC (or 0x37E6CC) is known color: Turquoise. HEX triplet: 37, E6 and CC. RGB value is (55,230,204). Sum of RGB (Red+Green+Blue) = 55+230+204=489 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.25% from 489); Green value is 230 (90.23% from 255 or 47.03% from 489); Blue value is 204 (80.08% from 255 or 41.72% from 489); Max value from RGB is 230 - color contains mainly: green. Hex color #37E6CC is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37E6CC is #C81933. Grayscale: #AEAEAE. Windows color (decimal): -13113652 or 13428279. OLE color: 13428279.

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

Color convert

RGB 55 230 204 -
CMYK 0.76 0 0.11 0.10
HSL 171.09º 0.78% 0.56% -
HSV(B) 171.09º 0.76% 0.9% -
XYZ 40.77 61.77 66.9 -
YUV 174.71 144.52 42.61 -
System Red Green Blue C M Y K H S L
Decimal 55 230 204 0.76 0 0.11 0.10 171.09 0.78 0.56
Hex 37 E6 CC 4C 0 B A AB 4E 38
Octal 67 346 314 114 0 13 12 253 116 70
Binary 110111 11100110 11001100 1001100 0 1011 1010 10101011 1001110 111000

Color Harmonies of #37E6CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37E6CC

Black with #37E6CC

Text Example


Text Example

White with #37E6CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,230,204); }

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

background-color css

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

 a { background-color: rgb(55,230,204); }

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

border-color css

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

 span { border-color: rgb(55,230,204); }

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