#64CAD5

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

Shades of Turquoise Blue #64CAD5

Tints of Turquoise Blue #64CAD5

Color information

#64CAD5 (or 0x64CAD5) is unknown color: approx Turquoise Blue. HEX triplet: 64, CA and D5. RGB value is (100,202,213). Sum of RGB (Red+Green+Blue) = 100+202+213=515 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.42% from 515); Green value is 202 (79.30% from 255 or 39.22% from 515); Blue value is 213 (83.59% from 255 or 41.36% from 515); Max value from RGB is 213 - color contains mainly: blue. Hex color #64CAD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CAD5 is #9B352A. Grayscale: #ACACAC. Windows color (decimal): -10171691 or 14010980. OLE color: 14010980.

HSL color Cylindrical-coordinate representation of color #64CAD5: hue angle of 185.84º degrees, saturation: 0.57, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #64CAD5 is Cyan = 0.53, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100202213-
CMYK0.530.0500.16
HSL185.84º57.36%61.37%-
HSV(B)185.84º53.05%83.53%-
XYZ38.3949.7570.53-
YUV172.76150.7176.11-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.42%
GREEN value IS 202 (79.30% from 255) = 39.22%
BLUE value IS 213 (83.59% from 255) = 41.36%
R=19.42%
G=39.22%
B=41.36%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002022130.530.0500.16185.8457.3661.37
Hex64CAD5355010ba393d
Octal1443123256550202727175
Binary1100100110010101101010111010110101000010111010111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CAD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #64CAD5; }

 p { color: rgb(100,202,213); }

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

<style>
 a { background-color: #64CAD5; }

 a { background-color: rgb(100,202,213); }

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

<style>
 span { border-color: #64CAD5; }

 span { border-color: rgb(100,202,213); }

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