#64ccd1

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

Shades of Turquoise Blue #64CCD1

Tints of Turquoise Blue #64CCD1

Color information

#64CCD1 (or 0x64CCD1) is unknown color: approx Turquoise Blue. HEX triplet: 64, CC and D1. RGB value is (100,204,209). Sum of RGB (Red+Green+Blue) = 100+204+209=513 (67% of max value = 765). Red value is 100 (39.45% from 255 or 19.49% from 513); Green value is 204 (80.08% from 255 or 39.77% from 513); Blue value is 209 (82.03% from 255 or 40.74% from 513); Max value from RGB is 209 - color contains mainly: blue. Hex color #64CCD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CCD1 is #9B332E. Grayscale: #ADADAD. Windows color (decimal): -10171183 or 13749348. OLE color: 13749348.

HSL color Cylindrical-coordinate representation of color #64CCD1: hue angle of 182.75º degrees, saturation: 0.54, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #64CCD1 is Cyan = 0.52, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB100204209-
CMYK0.520.0200.18
HSL182.75º54.23%60.59%-
HSV(B)182.75º52.15%81.96%-
XYZ38.3650.568.05-
YUV173.47148.0475.59-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.49%
GREEN value IS 204 (80.08% from 255) = 39.77%
BLUE value IS 209 (82.03% from 255) = 40.74%
R=19.49%
G=39.77%
B=40.74%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1002042090.520.0200.18182.7554.2360.59
Hex64CCD1342012b7363d
Octal1443143216420222676675
Binary110010011001100110100011101001001001010110111110110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64ccd1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,204,209); }

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

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

 a { background-color: rgb(100,204,209); }

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

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

 span { border-color: rgb(100,204,209); }

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