#60DDFD

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

Shades of Turquoise Blue #60DDFD

Tints of Turquoise Blue #60DDFD

Color information

#60DDFD (or 0x60DDFD) is unknown color: approx Turquoise Blue. HEX triplet: 60, DD and FD. RGB value is (96,221,253). Sum of RGB (Red+Green+Blue) = 96+221+253=570 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.84% from 570); Green value is 221 (86.72% from 255 or 38.77% from 570); Blue value is 253 (99.22% from 255 or 44.39% from 570); Max value from RGB is 253 - color contains mainly: blue. Hex color #60DDFD is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DDFD is #9F2202. Grayscale: #BBBBBB. Windows color (decimal): -10428931 or 16637280. OLE color: 16637280.

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

Color convert

RGB96221253-
CMYK0.620.1300.01
HSL192.23º97.52%68.43%-
HSV(B)192.23º62.06%99.22%-
XYZ48.4161.29102.21-
YUV187.27165.0962.9-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.84%
GREEN value IS 221 (86.72% from 255) = 38.77%
BLUE value IS 253 (99.22% from 255) = 44.39%
R=16.84%
G=38.77%
B=44.39%

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
Decimal962212530.620.1300.01192.2397.5268.43
Hex60DDFD3ED01c06244
Octal140335375761501300142104
Binary110000011011101111111011111101101011100000011000101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDFD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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