#60DBFE

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

Shades of Turquoise Blue #60DBFE

Tints of Turquoise Blue #60DBFE

Color information

#60DBFE (or 0x60DBFE) is unknown color: approx Turquoise Blue. HEX triplet: 60, DB and FE. RGB value is (96,219,254). Sum of RGB (Red+Green+Blue) = 96+219+254=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 219 (85.94% from 255 or 38.49% from 569); Blue value is 254 (99.61% from 255 or 44.64% from 569); Max value from RGB is 254 - color contains mainly: blue. Hex color #60DBFE is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DBFE is #9F2401. Grayscale: #B9B9B9. Windows color (decimal): -10429442 or 16702304. OLE color: 16702304.

HSL color Cylindrical-coordinate representation of color #60DBFE: hue angle of 193.29º 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 #60DBFE is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB96219254-
CMYK0.620.1400.00
HSL193.29º98.75%68.63%-
HSV(B)193.29º62.2%99.61%-
XYZ48.0460.31102.87-
YUV186.21166.2563.65-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.87%
GREEN value IS 219 (85.94% from 255) = 38.49%
BLUE value IS 254 (99.61% from 255) = 44.64%
R=16.87%
G=38.49%
B=44.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal962192540.620.1400.00193.2998.7568.63
Hex60DBFE3EE00c16345
Octal140333376761600301143105
Binary110000011011011111111101111101110001100000111000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DBFE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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