#37E8FF

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

Shades of Turquoise #37E8FF

Tints of Turquoise #37E8FF

Color information

#37E8FF (or 0x37E8FF) is unknown color: approx Turquoise. HEX triplet: 37, E8 and FF. RGB value is (55,232,255). Sum of RGB (Red+Green+Blue) = 55+232+255=542 (71% of max value = 765). Red value is 55 (21.88% from 255 or 10.15% from 542); Green value is 232 (91.02% from 255 or 42.80% from 542); Blue value is 255 (100% from 255 or 47.05% from 542); Max value from RGB is 255 - color contains mainly: blue. Hex color #37E8FF is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #37E8FF is #C81700. Grayscale: #B5B5B5. Windows color (decimal): -13113089 or 16771127. OLE color: 16771127.

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

Color convert

RGB55232255-
CMYK0.780.0900
HSL186.9º100%60.78%-
HSV(B)186.9º78.43%100%-
XYZ48.4865.75104.74-
YUV181.7169.3637.63-

RGB Variations

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

RGB

RED value IS 55 (21.88% from 255) = 10.15%
GREEN value IS 232 (91.02% from 255) = 42.80%
BLUE value IS 255 (100% from 255) = 47.05%
R=10.15%
G=42.80%
B=47.05%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal552322550.780.0900186.910060.78
Hex37E8FF4E900bb643d
Octal67350377116110027314475
Binary11011111101000111111111001110100100101110111100100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #37E8FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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