#37FDF6

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

Shades of Turquoise #37FDF6

Tints of Turquoise #37FDF6

Color information

#37FDF6 (or 0x37FDF6) is unknown color: approx Turquoise. HEX triplet: 37, FD and F6. RGB value is (55,253,246). Sum of RGB (Red+Green+Blue) = 55+253+246=554 (73% of max value = 765). Red value is 55 (21.88% from 255 or 9.93% from 554); Green value is 253 (99.22% from 255 or 45.67% from 554); Blue value is 246 (96.48% from 255 or 44.40% from 554); Max value from RGB is 253 - color contains mainly: green. Hex color #37FDF6 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37FDF6 is #C80209. Grayscale: #C0C0C0. Windows color (decimal): -13107722 or 16186679. OLE color: 16186679.

HSL color Cylindrical-coordinate representation of color #37FDF6: hue angle of 177.88º degrees, saturation: 0.98, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37FDF6 is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.01.

Color convert

RGB55253246-
CMYK0.7800.030.01
HSL177.88º98.02%60.39%-
HSV(B)177.88º78.26%99.22%-
XYZ53.3477.7299.38-
YUV193157.929.57-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 9.93%
GREEN value IS 253 (99.22% from 255) = 45.67%
BLUE value IS 246 (96.48% from 255) = 44.40%
R=9.93%
G=45.67%
B=44.40%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552532460.7800.030.01177.8898.0260.39
Hex37FDF64E031b2623c
Octal6737536611603126214274
Binary110111111111011111011010011100111101100101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37FDF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,253,246); }

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

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

 a { background-color: rgb(55,253,246); }

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

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

 span { border-color: rgb(55,253,246); }

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