#60cbdd

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

Shades of Turquoise Blue #60CBDD

Tints of Turquoise Blue #60CBDD

Color information

#60CBDD (or 0x60CBDD) is unknown color: approx Turquoise Blue. HEX triplet: 60, CB and DD. RGB value is (96,203,221). Sum of RGB (Red+Green+Blue) = 96+203+221=520 (68% of max value = 765). Red value is 96 (37.89% from 255 or 18.46% from 520); Green value is 203 (79.69% from 255 or 39.04% from 520); Blue value is 221 (86.72% from 255 or 42.5% from 520); Max value from RGB is 221 - color contains mainly: blue. Hex color #60CBDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CBDD is #9F3422. Grayscale: #ACACAC. Windows color (decimal): -10433571 or 14535520. OLE color: 14535520.

HSL color Cylindrical-coordinate representation of color #60CBDD: hue angle of 188.64º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #60CBDD is Cyan = 0.57, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB96203221-
CMYK0.570.0800.13
HSL188.64º64.77%62.16%-
HSV(B)188.64º56.56%86.67%-
XYZ39.2350.4276.07-
YUV173.06155.0573.04-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.46%
GREEN value IS 203 (79.69% from 255) = 39.04%
BLUE value IS 221 (86.72% from 255) = 42.5%
R=18.46%
G=39.04%
B=42.5%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal962032210.570.0800.13188.6464.7762.16
Hex60CBDD3980Dbd413e
Octal140313335711001527510176
Binary11000001100101111011101111001100001101101111011000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60cbdd

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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