Html Css Color HEX #37D8CC Turquoise

📋 copy color: '#37D8CC'

red 55 ◦ green 216 ◦ blue 204

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

Shades of Turquoise #37D8CC

Tints of Turquoise #37D8CC

RGB

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

 GREEN value IS 216 (84.77% from 255) = 45.47%

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

R = 11.58%
G = 45.47%
B = 42.95%

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

#37D8CC (or 0x37D8CC) is known color: Turquoise. HEX triplet: 37, D8 and CC. RGB value is (55,216,204). Sum of RGB (Red+Green+Blue) = 55+216+204=475 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.58% from 475); Green value is 216 (84.77% from 255 or 45.47% from 475); Blue value is 204 (80.08% from 255 or 42.95% from 475); Max value from RGB is 216 - color contains mainly: green. Hex color #37D8CC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D8CC is #C82733. Grayscale: #A6A6A6. Windows color (decimal): -13117236 or 13424695. OLE color: 13424695.

HSL color Cylindrical-coordinate representation of color #37D8CC: hue angle of 175.53º degrees, saturation: 0.67, 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 #37D8CC is Cyan = 0.75, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.15.

Color convert

RGB 55 216 204 -
CMYK 0.75 0 0.06 0.15
HSL 175.53º 0.67% 0.53% -
HSV(B) 175.53º 0.75% 0.85% -
XYZ 37.03 54.28 65.65 -
YUV 166.49 149.16 48.48 -
System Red Green Blue C M Y K H S L
Decimal 55 216 204 0.75 0 0.06 0.15 175.53 0.67 0.53
Hex 37 D8 CC 4B 0 6 F B0 43 35
Octal 67 330 314 113 0 6 17 260 103 65
Binary 110111 11011000 11001100 1001011 0 110 1111 10110000 1000011 110101

Color Harmonies of #37D8CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37D8CC

Black with #37D8CC

Text Example


Text Example

White with #37D8CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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