#60E3F8

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

Shades of Turquoise Blue #60E3F8

Tints of Turquoise Blue #60E3F8

Color information

#60E3F8 (or 0x60E3F8) is unknown color: approx Turquoise Blue. HEX triplet: 60, E3 and F8. RGB value is (96,227,248). Sum of RGB (Red+Green+Blue) = 96+227+248=571 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.81% from 571); Green value is 227 (89.06% from 255 or 39.75% from 571); Blue value is 248 (97.27% from 255 or 43.43% from 571); Max value from RGB is 248 - color contains mainly: blue. Hex color #60E3F8 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E3F8 is #9F1C07. Grayscale: #BEBEBE. Windows color (decimal): -10427400 or 16311136. OLE color: 16311136.

HSL color Cylindrical-coordinate representation of color #60E3F8: hue angle of 188.29º degrees, saturation: 0.92, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60E3F8 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB96227248-
CMYK0.610.0800.03
HSL188.29º91.57%67.45%-
HSV(B)188.29º61.29%97.25%-
XYZ49.2464.298.6-
YUV190.22160.660.79-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.81%
GREEN value IS 227 (89.06% from 255) = 39.75%
BLUE value IS 248 (97.27% from 255) = 43.43%
R=16.81%
G=39.75%
B=43.43%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal962272480.610.0800.03188.2991.5767.45
Hex60E3F83D803bc5c43
Octal140343370751003274134103
Binary1100000111000111111100011110110000111011110010111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E3F8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #60E3F8; }

 p { color: rgb(96,227,248); }

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

<style>
 a { background-color: #60E3F8; }

 a { background-color: rgb(96,227,248); }

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

<style>
 span { border-color: #60E3F8; }

 span { border-color: rgb(96,227,248); }

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