#64CEDD

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

Shades of Turquoise Blue #64CEDD

Tints of Turquoise Blue #64CEDD

Color information

#64CEDD (or 0x64CEDD) is unknown color: approx Turquoise Blue. HEX triplet: 64, CE and DD. RGB value is (100,206,221). Sum of RGB (Red+Green+Blue) = 100+206+221=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 206 (80.86% from 255 or 39.09% from 527); Blue value is 221 (86.72% from 255 or 41.94% from 527); Max value from RGB is 221 - color contains mainly: blue. Hex color #64CEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CEDD is #9B3122. Grayscale: #AFAFAF. Windows color (decimal): -10170659 or 14536292. OLE color: 14536292.

HSL color Cylindrical-coordinate representation of color #64CEDD: hue angle of 187.44º degrees, saturation: 0.64, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #64CEDD is Cyan = 0.55, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB100206221-
CMYK0.550.0700.13
HSL187.44º64.02%62.94%-
HSV(B)187.44º54.75%86.67%-
XYZ40.3852.0776.33-
YUV176.02153.3873.78-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 206 (80.86% from 255) = 39.09%
BLUE value IS 221 (86.72% from 255) = 41.94%
R=18.98%
G=39.09%
B=41.94%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1002062210.550.0700.13187.4464.0262.94
Hex64CEDD3770Dbb403f
Octal14431633567701527310077
Binary1100100110011101101110111011111101101101110111000000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CEDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,206,221); }

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

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

 a { background-color: rgb(100,206,221); }

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

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

 span { border-color: rgb(100,206,221); }

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