Html Css Color HEX #37DDD6 Turquoise

📋 copy color: '#37DDD6'

red 55 ◦ green 221 ◦ blue 214

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

Shades of Turquoise #37DDD6

Tints of Turquoise #37DDD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 43.67%

R = 11.22%
G = 45.1%
B = 43.67%

CMYK

 C value IS 0.75

 M value IS 0

 Y value IS 0.03

 K value IS 0.13

RGB Variations

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

Color information

#37DDD6 (or 0x37DDD6) is known color: Turquoise. HEX triplet: 37, DD and D6. RGB value is (55,221,214). Sum of RGB (Red+Green+Blue) = 55+221+214=490 (64% of max value = 765). Red value is 55 (21.88% from 255 or 11.22% from 490); Green value is 221 (86.72% from 255 or 45.10% from 490); Blue value is 214 (83.98% from 255 or 43.67% from 490); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDD6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDD6 is #C82229. Grayscale: #AAAAAA. Windows color (decimal): -13115946 or 14081335. OLE color: 14081335.

HSL color Cylindrical-coordinate representation of color #37DDD6: hue angle of 177.47º 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 #37DDD6 is Cyan = 0.75, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.13.

Color convert

RGB 55 221 214 -
CMYK 0.75 0 0.03 0.13
HSL 177.47º 0.71% 0.54% -
HSV(B) 177.47º 0.75% 0.87% -
XYZ 39.57 57.38 72.61 -
YUV 170.57 152.5 45.57 -
System Red Green Blue C M Y K H S L
Decimal 55 221 214 0.75 0 0.03 0.13 177.47 0.71 0.54
Hex 37 DD D6 4B 0 3 D B1 47 36
Octal 67 335 326 113 0 3 15 261 107 66
Binary 110111 11011101 11010110 1001011 0 11 1101 10110001 1000111 110110

Color Harmonies of #37DDD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #37DDD6

Black with #37DDD6

Text Example


Text Example

White with #37DDD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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