#37F8D6

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

Shades of Turquoise #37F8D6

Tints of Turquoise #37F8D6

Color information

#37F8D6 (or 0x37F8D6) is unknown color: approx Turquoise. HEX triplet: 37, F8 and D6. RGB value is (55,248,214). Sum of RGB (Red+Green+Blue) = 55+248+214=517 (68% of max value = 765). Red value is 55 (21.88% from 255 or 10.64% from 517); Green value is 248 (97.27% from 255 or 47.97% from 517); Blue value is 214 (83.98% from 255 or 41.39% from 517); Max value from RGB is 248 - color contains mainly: green. Hex color #37F8D6 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #37F8D6 is #C80729. Grayscale: #BABABA. Windows color (decimal): -13109034 or 14088247. OLE color: 14088247.

HSL color Cylindrical-coordinate representation of color #37F8D6: hue angle of 169.43º degrees, saturation: 0.93, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37F8D6 is Cyan = 0.78, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.03.

Color convert

RGB55248214-
CMYK0.7800.140.03
HSL169.43º93.24%59.41%-
HSV(B)169.43º77.82%97.25%-
XYZ47.2872.875.18-
YUV186.42143.5634.26-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.64%
GREEN value IS 248 (97.27% from 255) = 47.97%
BLUE value IS 214 (83.98% from 255) = 41.39%
R=10.64%
G=47.97%
B=41.39%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal552482140.7800.140.03169.4393.2459.41
Hex37F8D64E0E3a95d3b
Octal67370326116016325113573
Binary110111111110001101011010011100111011101010011011101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F8D6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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