#60CDE5

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

Shades of Turquoise Blue #60CDE5

Tints of Turquoise Blue #60CDE5

Color information

#60CDE5 (or 0x60CDE5) is unknown color: approx Turquoise Blue. HEX triplet: 60, CD and E5. RGB value is (96,205,229). Sum of RGB (Red+Green+Blue) = 96+205+229=530 (70% of max value = 765). Red value is 96 (37.89% from 255 or 18.11% from 530); Green value is 205 (80.47% from 255 or 38.68% from 530); Blue value is 229 (89.84% from 255 or 43.21% from 530); Max value from RGB is 229 - color contains mainly: blue. Hex color #60CDE5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #60CDE5 is #9F321A. Grayscale: #AEAEAE. Windows color (decimal): -10433051 or 15060320. OLE color: 15060320.

HSL color Cylindrical-coordinate representation of color #60CDE5: hue angle of 190.83º degrees, saturation: 0.72, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #60CDE5 is Cyan = 0.58, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB96205229-
CMYK0.580.1000.10
HSL190.83º71.89%63.73%-
HSV(B)190.83º58.08%89.8%-
XYZ40.851.8181.98-
YUV175.14158.3971.55-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 18.11%
GREEN value IS 205 (80.47% from 255) = 38.68%
BLUE value IS 229 (89.84% from 255) = 43.21%
R=18.11%
G=38.68%
B=43.21%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal962052290.580.1000.10190.8371.8963.73
Hex60CDE53AA0Abf4840
Octal1403153457212012277110100
Binary110000011001101111001011110101010010101011111110010001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #60CDE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,205,229); }

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

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

 a { background-color: rgb(96,205,229); }

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

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

 span { border-color: rgb(96,205,229); }

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