#60DAFD

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

Shades of Turquoise Blue #60DAFD

Tints of Turquoise Blue #60DAFD

Color information

#60DAFD (or 0x60DAFD) is unknown color: approx Turquoise Blue. HEX triplet: 60, DA and FD. RGB value is (96,218,253). Sum of RGB (Red+Green+Blue) = 96+218+253=567 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.93% from 567); Green value is 218 (85.55% from 255 or 38.45% from 567); Blue value is 253 (99.22% from 255 or 44.62% from 567); Max value from RGB is 253 - color contains mainly: blue. Hex color #60DAFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DAFD is #9F2502. Grayscale: #B9B9B9. Windows color (decimal): -10429699 or 16636512. OLE color: 16636512.

HSL color Cylindrical-coordinate representation of color #60DAFD: hue angle of 193.38º degrees, saturation: 0.98, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #60DAFD is Cyan = 0.62, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB96218253-
CMYK0.620.1400.01
HSL193.38º97.52%68.43%-
HSV(B)193.38º62.06%99.22%-
XYZ47.6259.72101.95-
YUV185.51166.0864.15-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.93%
GREEN value IS 218 (85.55% from 255) = 38.45%
BLUE value IS 253 (99.22% from 255) = 44.62%
R=16.93%
G=38.45%
B=44.62%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962182530.620.1400.01193.3897.5268.43
Hex60DAFD3EE01c16244
Octal140332375761601301142104
Binary110000011011010111111011111101110011100000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DAFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,218,253); }

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

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

 a { background-color: rgb(96,218,253); }

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

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

 span { border-color: rgb(96,218,253); }

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