#60E6FF

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

Shades of Turquoise Blue #60E6FF

Tints of Turquoise Blue #60E6FF

Color information

#60E6FF (or 0x60E6FF) is unknown color: approx Turquoise Blue. HEX triplet: 60, E6 and FF. RGB value is (96,230,255). Sum of RGB (Red+Green+Blue) = 96+230+255=581 (76% of max value = 765). Red value is 96 (37.89% from 255 or 16.52% from 581); Green value is 230 (90.23% from 255 or 39.59% from 581); Blue value is 255 (100% from 255 or 43.89% from 581); Max value from RGB is 255 - color contains mainly: blue. Hex color #60E6FF is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #60E6FF is #9F1900. Grayscale: #C0C0C0. Windows color (decimal): -10426625 or 16770656. OLE color: 16770656.

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

Color convert

RGB96230255-
CMYK0.620.1000
HSL189.43º100%68.82%-
HSV(B)189.43º62.35%100%-
XYZ51.1766.3104.71-
YUV192.78163.1158.97-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.52%
GREEN value IS 230 (90.23% from 255) = 39.59%
BLUE value IS 255 (100% from 255) = 43.89%
R=16.52%
G=39.59%
B=43.89%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal962302550.620.1000189.4310068.82
Hex60E6FF3EA00bd6445
Octal140346377761200275144105
Binary110000011100110111111111111101010001011110111001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60E6FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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