Html Css Color HEX #37D9CC Turquoise

📋 copy color: '#37D9CC'

red 55 ◦ green 217 ◦ blue 204

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

Shades of Turquoise #37D9CC

Tints of Turquoise #37D9CC

RGB

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

 GREEN value IS 217 (85.16% from 255) = 45.59%

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

R = 11.55%
G = 45.59%
B = 42.86%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.06

 K value IS 0.15

RGB Variations

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

Color information

#37D9CC (or 0x37D9CC) is known color: Turquoise. HEX triplet: 37, D9 and CC. RGB value is (55,217,204). Sum of RGB (Red+Green+Blue) = 55+217+204=476 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.55% from 476); Green value is 217 (85.16% from 255 or 45.59% from 476); Blue value is 204 (80.08% from 255 or 42.86% from 476); Max value from RGB is 217 - color contains mainly: green. Hex color #37D9CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D9CC is #C82633. Grayscale: #A6A6A6. Windows color (decimal): -13116980 or 13424951. OLE color: 13424951.

HSL color Cylindrical-coordinate representation of color #37D9CC: hue angle of 175.19º degrees, saturation: 0.68, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37D9CC is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 217 204 -
CMYK 0.75 0 0.06 0.15
HSL 175.19º 0.68% 0.53% -
HSV(B) 175.19º 0.75% 0.85% -
XYZ 37.29 54.8 65.74 -
YUV 167.08 148.83 48.06 -
System Red Green Blue C M Y K H S L
Decimal 55 217 204 0.75 0 0.06 0.15 175.19 0.68 0.53
Hex 37 D9 CC 4B 0 6 F AF 44 35
Octal 67 331 314 113 0 6 17 257 104 65
Binary 110111 11011001 11001100 1001011 0 110 1111 10101111 1000100 110101

Color Harmonies of #37D9CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D9CC

Black with #37D9CC

Text Example


Text Example

White with #37D9CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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