#60DCF9

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

Shades of Turquoise Blue #60DCF9

Tints of Turquoise Blue #60DCF9

Color information

#60DCF9 (or 0x60DCF9) is unknown color: approx Turquoise Blue. HEX triplet: 60, DC and F9. RGB value is (96,220,249). Sum of RGB (Red+Green+Blue) = 96+220+249=565 (74% of max value = 765). Red value is 96 (37.89% from 255 or 16.99% from 565); Green value is 220 (86.33% from 255 or 38.94% from 565); Blue value is 249 (97.66% from 255 or 44.07% from 565); Max value from RGB is 249 - color contains mainly: blue. Hex color #60DCF9 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DCF9 is #9F2306. Grayscale: #B9B9B9. Windows color (decimal): -10429191 or 16374880. OLE color: 16374880.

HSL color Cylindrical-coordinate representation of color #60DCF9: hue angle of 191.37º degrees, saturation: 0.93, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #60DCF9 is Cyan = 0.61, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB96220249-
CMYK0.610.1200.02
HSL191.37º92.73%67.65%-
HSV(B)191.37º61.45%97.65%-
XYZ47.5260.5198.8-
YUV186.23163.4263.64-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.99%
GREEN value IS 220 (86.33% from 255) = 38.94%
BLUE value IS 249 (97.66% from 255) = 44.07%
R=16.99%
G=38.94%
B=44.07%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962202490.610.1200.02191.3792.7367.65
Hex60DCF93DC02bf5d44
Octal140334371751402277135104
Binary1100000110111001111100111110111000101011111110111011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DCF9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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