Html Css Color HEX #37DDCE Turquoise

📋 copy color: '#37DDCE'

red 55 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #37DDCE

Tints of Turquoise #37DDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 45.85%

 BLUE value IS 206 (80.86% from 255) = 42.74%

R = 11.41%
G = 45.85%
B = 42.74%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#37DDCE (or 0x37DDCE) is known color: Turquoise. HEX triplet: 37, DD and CE. RGB value is (55,221,206). Sum of RGB (Red+Green+Blue) = 55+221+206=482 (63% of max value = 765). Red value is 55 (21.88% from 255 or 11.41% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 206 (80.86% from 255 or 42.74% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDCE is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDCE is #C82231. Grayscale: #A9A9A9. Windows color (decimal): -13115954 or 13557047. OLE color: 13557047.

HSL color Cylindrical-coordinate representation of color #37DDCE: hue angle of 174.58º degrees, saturation: 0.71, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #37DDCE is Cyan = 0.75, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 221 206 -
CMYK 0.75 0 0.07 0.13
HSL 174.58º 0.71% 0.54% -
HSV(B) 174.58º 0.75% 0.87% -
XYZ 38.57 56.98 67.36 -
YUV 169.66 148.5 46.22 -
System Red Green Blue C M Y K H S L
Decimal 55 221 206 0.75 0 0.07 0.13 174.58 0.71 0.54
Hex 37 DD CE 4B 0 7 D AF 47 36
Octal 67 335 316 113 0 7 15 257 107 66
Binary 110111 11011101 11001110 1001011 0 111 1101 10101111 1000111 110110

Color Harmonies of #37DDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDCE

Black with #37DDCE

Text Example


Text Example

White with #37DDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(55,221,206); }

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

background-color css

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

 a { background-color: rgb(55,221,206); }

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

border-color css

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

 span { border-color: rgb(55,221,206); }

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