#60DCFD

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

Shades of Turquoise Blue #60DCFD

Tints of Turquoise Blue #60DCFD

Color information

#60DCFD (or 0x60DCFD) is unknown color: approx Turquoise Blue. HEX triplet: 60, DC and FD. RGB value is (96,220,253). Sum of RGB (Red+Green+Blue) = 96+220+253=569 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.87% from 569); Green value is 220 (86.33% from 255 or 38.66% from 569); Blue value is 253 (99.22% from 255 or 44.46% from 569); Max value from RGB is 253 - color contains mainly: blue. Hex color #60DCFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCFD is #9F2302. Grayscale: #BABABA. Windows color (decimal): -10429187 or 16637024. OLE color: 16637024.

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

Color convert

RGB96220253-
CMYK0.620.1300.01
HSL192.61º97.52%68.43%-
HSV(B)192.61º62.06%99.22%-
XYZ48.1560.77102.12-
YUV186.69165.4263.32-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.87%
GREEN value IS 220 (86.33% from 255) = 38.66%
BLUE value IS 253 (99.22% from 255) = 44.46%
R=16.87%
G=38.66%
B=44.46%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal962202530.620.1300.01192.6197.5268.43
Hex60DCFD3ED01c16244
Octal140334375761501301142104
Binary110000011011100111111011111101101011100000111000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DCFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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