#64CADC

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

Shades of Turquoise Blue #64CADC

Tints of Turquoise Blue #64CADC

Color information

#64CADC (or 0x64CADC) is unknown color: approx Turquoise Blue. HEX triplet: 64, CA and DC. RGB value is (100,202,220). Sum of RGB (Red+Green+Blue) = 100+202+220=522 (69% of max value = 765). Red value is 100 (39.45% from 255 or 19.16% from 522); Green value is 202 (79.30% from 255 or 38.70% from 522); Blue value is 220 (86.33% from 255 or 42.15% from 522); Max value from RGB is 220 - color contains mainly: blue. Hex color #64CADC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CADC is #9B3523. Grayscale: #ADADAD. Windows color (decimal): -10171684 or 14469732. OLE color: 14469732.

HSL color Cylindrical-coordinate representation of color #64CADC: hue angle of 189º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CADC is Cyan = 0.55, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB100202220-
CMYK0.550.0800.14
HSL189º63.16%62.75%-
HSV(B)189º54.55%86.27%-
XYZ39.2950.1275.31-
YUV173.55154.2175.54-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.16%
GREEN value IS 202 (79.30% from 255) = 38.70%
BLUE value IS 220 (86.33% from 255) = 42.15%
R=19.16%
G=38.70%
B=42.15%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1002022200.550.0800.1418963.1662.75
Hex64CADC3780Ebd3f3f
Octal14431233467100162757777
Binary1100100110010101101110011011110000111010111101111111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CADC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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