#60DDE2

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

Shades of Turquoise Blue #60DDE2

Tints of Turquoise Blue #60DDE2

Color information

#60DDE2 (or 0x60DDE2) is unknown color: approx Turquoise Blue. HEX triplet: 60, DD and E2. RGB value is (96,221,226). Sum of RGB (Red+Green+Blue) = 96+221+226=543 (71% of max value = 765). Red value is 96 (37.89% from 255 or 17.68% from 543); Green value is 221 (86.72% from 255 or 40.70% from 543); Blue value is 226 (88.67% from 255 or 41.62% from 543); Max value from RGB is 226 - color contains mainly: blue. Hex color #60DDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60DDE2 is #9F221D. Grayscale: #B8B8B8. Windows color (decimal): -10428958 or 14867808. OLE color: 14867808.

HSL color Cylindrical-coordinate representation of color #60DDE2: hue angle of 182.31º degrees, saturation: 0.69, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60DDE2 is Cyan = 0.58, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB96221226-
CMYK0.580.0200.11
HSL182.31º69.15%63.14%-
HSV(B)182.31º57.52%88.63%-
XYZ44.4159.6981.13-
YUV184.2151.5965.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 17.68%
GREEN value IS 221 (86.72% from 255) = 40.70%
BLUE value IS 226 (88.67% from 255) = 41.62%
R=17.68%
G=40.70%
B=41.62%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal962212260.580.0200.11182.3169.1563.14
Hex60DDE23A20Bb6453f
Octal14033534272201326610577
Binary110000011011101111000101110101001011101101101000101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60DDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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