#37ECFD

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

Shades of Turquoise #37ECFD

Tints of Turquoise #37ECFD

Color information

#37ECFD (or 0x37ECFD) is unknown color: approx Turquoise. HEX triplet: 37, EC and FD. RGB value is (55,236,253). Sum of RGB (Red+Green+Blue) = 55+236+253=544 (72% of max value = 765). Red value is 55 (21.88% from 255 or 10.11% from 544); Green value is 236 (92.58% from 255 or 43.38% from 544); Blue value is 253 (99.22% from 255 or 46.51% from 544); Max value from RGB is 253 - color contains mainly: blue. Hex color #37ECFD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37ECFD is #C81302. Grayscale: #B7B7B7. Windows color (decimal): -13112067 or 16641079. OLE color: 16641079.

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

Color convert

RGB55236253-
CMYK0.780.0700.01
HSL185.15º98.02%60.39%-
HSV(B)185.15º78.26%99.22%-
XYZ49.367.89103.44-
YUV183.82167.0336.12-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.11%
GREEN value IS 236 (92.58% from 255) = 43.38%
BLUE value IS 253 (99.22% from 255) = 46.51%
R=10.11%
G=43.38%
B=46.51%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552362530.780.0700.01185.1598.0260.39
Hex37ECFD4E701b9623c
Octal6735437511670127114274
Binary1101111110110011111101100111011101101110011100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37ECFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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