#37F7FD

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

Shades of Turquoise #37F7FD

Tints of Turquoise #37F7FD

Color information

#37F7FD (or 0x37F7FD) is unknown color: approx Turquoise. HEX triplet: 37, F7 and FD. RGB value is (55,247,253). Sum of RGB (Red+Green+Blue) = 55+247+253=555 (73% of max value = 765). Red value is 55 (21.88% from 255 or 9.91% from 555); Green value is 247 (96.88% from 255 or 44.50% from 555); Blue value is 253 (99.22% from 255 or 45.59% from 555); Max value from RGB is 253 - color contains mainly: blue. Hex color #37F7FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37F7FD is #C80802. Grayscale: #BEBEBE. Windows color (decimal): -13109251 or 16643895. OLE color: 16643895.

HSL color Cylindrical-coordinate representation of color #37F7FD: hue angle of 181.82º 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 #37F7FD is Cyan = 0.78, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB55247253-
CMYK0.780.0200.01
HSL181.82º98.02%60.39%-
HSV(B)181.82º78.26%99.22%-
XYZ52.5774.43104.52-
YUV190.28163.3931.51-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 9.91%
GREEN value IS 247 (96.88% from 255) = 44.50%
BLUE value IS 253 (99.22% from 255) = 45.59%
R=9.91%
G=44.50%
B=45.59%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552472530.780.0200.01181.8298.0260.39
Hex37F7FD4E201b6623c
Octal6736737511620126614274
Binary110111111101111111110110011101001101101101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37F7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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