#64CDE2

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

Shades of Turquoise Blue #64CDE2

Tints of Turquoise Blue #64CDE2

Color information

#64CDE2 (or 0x64CDE2) is unknown color: approx Turquoise Blue. HEX triplet: 64, CD and E2. RGB value is (100,205,226). Sum of RGB (Red+Green+Blue) = 100+205+226=531 (70% of max value = 765). Red value is 100 (39.45% from 255 or 18.83% from 531); Green value is 205 (80.47% from 255 or 38.61% from 531); Blue value is 226 (88.67% from 255 or 42.56% from 531); Max value from RGB is 226 - color contains mainly: blue. Hex color #64CDE2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64CDE2 is #9B321D. Grayscale: #AFAFAF. Windows color (decimal): -10170910 or 14863716. OLE color: 14863716.

HSL color Cylindrical-coordinate representation of color #64CDE2: hue angle of 190º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64CDE2 is Cyan = 0.56, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB100205226-
CMYK0.560.0900.11
HSL190º68.48%63.92%-
HSV(B)190º55.75%88.63%-
XYZ40.8151.8679.81-
YUV176156.2173.79-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.83%
GREEN value IS 205 (80.47% from 255) = 38.61%
BLUE value IS 226 (88.67% from 255) = 42.56%
R=18.83%
G=38.61%
B=42.56%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1002052260.560.0900.1119068.4863.92
Hex64CDE23890Bbe4440
Octal1443153427011013276104100
Binary110010011001101111000101110001001010111011111010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64CDE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,205,226); }

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

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

 a { background-color: rgb(100,205,226); }

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

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

 span { border-color: rgb(100,205,226); }

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