#64CED5

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

Shades of Turquoise Blue #64CED5

Tints of Turquoise Blue #64CED5

Color information

#64CED5 (or 0x64CED5) is unknown color: approx Turquoise Blue. HEX triplet: 64, CE and D5. RGB value is (100,206,213). Sum of RGB (Red+Green+Blue) = 100+206+213=519 (68% of max value = 765). Red value is 100 (39.45% from 255 or 19.27% from 519); Green value is 206 (80.86% from 255 or 39.69% from 519); Blue value is 213 (83.59% from 255 or 41.04% from 519); Max value from RGB is 213 - color contains mainly: blue. Hex color #64CED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CED5 is #9B312A. Grayscale: #AEAEAE. Windows color (decimal): -10170667 or 14012004. OLE color: 14012004.

HSL color Cylindrical-coordinate representation of color #64CED5: hue angle of 183.72º 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 #64CED5 is Cyan = 0.53, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB100206213-
CMYK0.530.0300.16
HSL183.72º57.36%61.37%-
HSV(B)183.72º53.05%83.53%-
XYZ39.3451.6670.85-
YUV175.1149.3874.43-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 19.27%
GREEN value IS 206 (80.86% from 255) = 39.69%
BLUE value IS 213 (83.59% from 255) = 41.04%
R=19.27%
G=39.69%
B=41.04%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1002062130.530.0300.16183.7257.3661.37
Hex64CED5353010b8393d
Octal1443163256530202707175
Binary110010011001110110101011101011101000010111000111001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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