#37E8FD

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

Shades of Turquoise #37E8FD

Tints of Turquoise #37E8FD

Color information

#37E8FD (or 0x37E8FD) is unknown color: approx Turquoise. HEX triplet: 37, E8 and FD. RGB value is (55,232,253). Sum of RGB (Red+Green+Blue) = 55+232+253=540 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.19% from 540); Green value is 232 (91.02% from 255 or 42.96% from 540); Blue value is 253 (99.22% from 255 or 46.85% from 540); Max value from RGB is 253 - color contains mainly: blue. Hex color #37E8FD is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E8FD is #C81702. Grayscale: #B5B5B5. Windows color (decimal): -13113091 or 16640055. OLE color: 16640055.

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

Color convert

RGB55232253-
CMYK0.780.0800.01
HSL186.36º98.02%60.39%-
HSV(B)186.36º78.26%99.22%-
XYZ48.1665.62103.06-
YUV181.47168.3637.79-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.19%
GREEN value IS 232 (91.02% from 255) = 42.96%
BLUE value IS 253 (99.22% from 255) = 46.85%
R=10.19%
G=42.96%
B=46.85%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal552322530.780.0800.01186.3698.0260.39
Hex37E8FD4E801ba623c
Octal67350375116100127214274
Binary11011111101000111111011001110100001101110101100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E8FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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