Html Css Color HEX #37D7CC Turquoise

📋 copy color: '#37D7CC'

red 55 ◦ green 215 ◦ blue 204

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

Shades of Turquoise #37D7CC

Tints of Turquoise #37D7CC

RGB

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

 GREEN value IS 215 (84.38% from 255) = 45.36%

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

R = 11.6%
G = 45.36%
B = 43.04%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.05

 K value IS 0.16

RGB Variations

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

Color information

#37D7CC (or 0x37D7CC) is known color: Turquoise. HEX triplet: 37, D7 and CC. RGB value is (55,215,204). Sum of RGB (Red+Green+Blue) = 55+215+204=474 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.60% from 474); Green value is 215 (84.38% from 255 or 45.36% from 474); Blue value is 204 (80.08% from 255 or 43.04% from 474); Max value from RGB is 215 - color contains mainly: green. Hex color #37D7CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D7CC is #C82833. Grayscale: #A5A5A5. Windows color (decimal): -13117492 or 13424439. OLE color: 13424439.

HSL color Cylindrical-coordinate representation of color #37D7CC: hue angle of 175.88º degrees, saturation: 0.67, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D7CC is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.16.

Color convert

RGB 55 215 204 -
CMYK 0.74 0 0.05 0.16
HSL 175.88º 0.67% 0.53% -
HSV(B) 175.88º 0.74% 0.84% -
XYZ 36.78 53.77 65.57 -
YUV 165.91 149.49 48.89 -
System Red Green Blue C M Y K H S L
Decimal 55 215 204 0.74 0 0.05 0.16 175.88 0.67 0.53
Hex 37 D7 CC 4A 0 5 10 B0 43 35
Octal 67 327 314 112 0 5 20 260 103 65
Binary 110111 11010111 11001100 1001010 0 101 10000 10110000 1000011 110101

Color Harmonies of #37D7CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D7CC

Black with #37D7CC

Text Example


Text Example

White with #37D7CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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