#37E6FF

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

Shades of Turquoise #37E6FF

Tints of Turquoise #37E6FF

Color information

#37E6FF (or 0x37E6FF) is unknown color: approx Turquoise. HEX triplet: 37, E6 and FF. RGB value is (55,230,255). Sum of RGB (Red+Green+Blue) = 55+230+255=540 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.19% from 540); Green value is 230 (90.23% from 255 or 42.59% from 540); Blue value is 255 (100% from 255 or 47.22% from 540); Max value from RGB is 255 - color contains mainly: blue. Hex color #37E6FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E6FF is #C81900. Grayscale: #B4B4B4. Windows color (decimal): -13113601 or 16770615. OLE color: 16770615.

HSL color Cylindrical-coordinate representation of color #37E6FF: hue angle of 187.5º degrees, saturation: 1, lightness: 0.61%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #37E6FF is Cyan = 0.78, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB55230255-
CMYK0.780.1000
HSL187.5º100%60.78%-
HSV(B)187.5º78.43%100%-
XYZ47.9264.63104.56-
YUV180.52170.0238.47-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.19%
GREEN value IS 230 (90.23% from 255) = 42.59%
BLUE value IS 255 (100% from 255) = 47.22%
R=10.19%
G=42.59%
B=47.22%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal552302550.780.1000187.510060.78
Hex37E6FF4EA00bc643d
Octal67346377116120027414475
Binary11011111100110111111111001110101000101111001100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(55,230,255); }

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

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

 a { background-color: rgb(55,230,255); }

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

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

 span { border-color: rgb(55,230,255); }

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