#37DDC3

Color #37DDC3 Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #37DDC3

Tints of Turquoise #37DDC3

Color information

#37DDC3 (or 0x37DDC3) is unknown color: approx Turquoise. HEX triplet: 37, DD and C3. RGB value is (55,221,195). Sum of RGB (Red+Green+Blue) = 55+221+195=471 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.68% from 471); Green value is 221 (86.72% from 255 or 46.92% from 471); Blue value is 195 (76.56% from 255 or 41.40% from 471); Max value from RGB is 221 - color contains mainly: green. Hex color #37DDC3 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37DDC3 is #C8223C. Grayscale: #A8A8A8. Windows color (decimal): -13115965 or 12836151. OLE color: 12836151.

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

Color convert

RGB55221195-
CMYK0.7500.120.13
HSL170.6º70.94%54.12%-
HSV(B)170.6º75.11%86.67%-
XYZ37.2856.4760.56-
YUV168.414347.11-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.68%
GREEN value IS 221 (86.72% from 255) = 46.92%
BLUE value IS 195 (76.56% from 255) = 41.40%
R=11.68%
G=46.92%
B=41.40%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal552211950.7500.120.13170.670.9454.12
Hex37DDC34B0CDab4736
Octal673353031130141525310766
Binary11011111011101110000111001011011001101101010111000111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37DDC3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #37DDC3;
 }
 .AnyTagClassName
 {
   color: #37DDC3;
 }
</style>
background-color css

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

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

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

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

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

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