#60DDFB

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

Shades of Turquoise Blue #60DDFB

Tints of Turquoise Blue #60DDFB

Color information

#60DDFB (or 0x60DDFB) is unknown color: approx Turquoise Blue. HEX triplet: 60, DD and FB. RGB value is (96,221,251). Sum of RGB (Red+Green+Blue) = 96+221+251=568 (75% of max value = 765). Red value is 96 (37.89% from 255 or 16.90% from 568); Green value is 221 (86.72% from 255 or 38.91% from 568); Blue value is 251 (98.44% from 255 or 44.19% from 568); Max value from RGB is 251 - color contains mainly: blue. Hex color #60DDFB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #60DDFB is #9F2204. Grayscale: #BABABA. Windows color (decimal): -10428933 or 16506208. OLE color: 16506208.

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

Color convert

RGB96221251-
CMYK0.620.1200.02
HSL191.61º95.09%68.04%-
HSV(B)191.61º61.75%98.43%-
XYZ48.0961.16100.54-
YUV187.04164.0963.06-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 16.90%
GREEN value IS 221 (86.72% from 255) = 38.91%
BLUE value IS 251 (98.44% from 255) = 44.19%
R=16.90%
G=38.91%
B=44.19%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal962212510.620.1200.02191.6195.0968.04
Hex60DDFB3EC02c05f44
Octal140335373761402300137104
Binary1100000110111011111101111111011000101100000010111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDFB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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