#37D4D0

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

Shades of Turquoise #37D4D0

Tints of Turquoise #37D4D0

Color information

#37D4D0 (or 0x37D4D0) is unknown color: approx Turquoise. HEX triplet: 37, D4 and D0. RGB value is (55,212,208). Sum of RGB (Red+Green+Blue) = 55+212+208=475 (62% of max value = 765). Red value is 55 (21.88% from 255 or 11.58% from 475); Green value is 212 (83.20% from 255 or 44.63% from 475); Blue value is 208 (81.64% from 255 or 43.79% from 475); Max value from RGB is 212 - color contains mainly: green. Hex color #37D4D0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #37D4D0 is #C82B2F. Grayscale: #A4A4A4. Windows color (decimal): -13118256 or 13685815. OLE color: 13685815.

HSL color Cylindrical-coordinate representation of color #37D4D0: hue angle of 178.47º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #37D4D0 is Cyan = 0.74, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.17.

Color convert

RGB55212208-
CMYK0.7400.020.17
HSL178.47º64.61%52.35%-
HSV(B)178.47º74.06%83.14%-
XYZ36.552.4567.88-
YUV164.6152.4949.83-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 11.58%
GREEN value IS 212 (83.20% from 255) = 44.63%
BLUE value IS 208 (81.64% from 255) = 43.79%
R=11.58%
G=44.63%
B=43.79%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal552122080.7400.020.17178.4764.6152.35
Hex37D4D04A0211b24134
Octal67324320112022126210164
Binary1101111101010011010000100101001010001101100101000001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37D4D0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,212,208); }

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

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

 a { background-color: rgb(55,212,208); }

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

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

 span { border-color: rgb(55,212,208); }

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