#60E2FE

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

Shades of Turquoise Blue #60E2FE

Tints of Turquoise Blue #60E2FE

Color information

#60E2FE (or 0x60E2FE) is unknown color: approx Turquoise Blue. HEX triplet: 60, E2 and FE. RGB value is (96,226,254). Sum of RGB (Red+Green+Blue) = 96+226+254=576 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.67% from 576); Green value is 226 (88.67% from 255 or 39.24% from 576); Blue value is 254 (99.61% from 255 or 44.10% from 576); Max value from RGB is 254 - color contains mainly: blue. Hex color #60E2FE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60E2FE is #9F1D01. Grayscale: #BEBEBE. Windows color (decimal): -10427650 or 16704096. OLE color: 16704096.

HSL color Cylindrical-coordinate representation of color #60E2FE: hue angle of 190.63º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60E2FE is Cyan = 0.62, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB96226254-
CMYK0.620.1100.00
HSL190.63º98.75%68.63%-
HSV(B)190.63º62.2%99.61%-
XYZ49.9164.04103.5-
YUV190.32163.9360.72-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.67%
GREEN value IS 226 (88.67% from 255) = 39.24%
BLUE value IS 254 (99.61% from 255) = 44.10%
R=16.67%
G=39.24%
B=44.10%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal962262540.620.1100.00190.6398.7568.63
Hex60E2FE3EB00bf6345
Octal140342376761300277143105
Binary110000011100010111111101111101011001011111111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E2FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,226,254); }

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

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

 a { background-color: rgb(96,226,254); }

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

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

 span { border-color: rgb(96,226,254); }

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