#64C9E2

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

Shades of Turquoise Blue #64C9E2

Tints of Turquoise Blue #64C9E2

Color information

#64C9E2 (or 0x64C9E2) is unknown color: approx Turquoise Blue. HEX triplet: 64, C9 and E2. RGB value is (100,201,226). Sum of RGB (Red+Green+Blue) = 100+201+226=527 (69% of max value = 765). Red value is 100 (39.45% from 255 or 18.98% from 527); Green value is 201 (78.91% from 255 or 38.14% from 527); Blue value is 226 (88.67% from 255 or 42.88% from 527); Max value from RGB is 226 - color contains mainly: blue. Hex color #64C9E2 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64C9E2 is #9B361D. Grayscale: #ADADAD. Windows color (decimal): -10171934 or 14862692. OLE color: 14862692.

HSL color Cylindrical-coordinate representation of color #64C9E2: hue angle of 191.9º 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 #64C9E2 is Cyan = 0.56, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB100201226-
CMYK0.560.1100.11
HSL191.9º68.48%63.92%-
HSV(B)191.9º55.75%88.63%-
XYZ39.8749.9779.5-
YUV173.65157.5475.47-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.98%
GREEN value IS 201 (78.91% from 255) = 38.14%
BLUE value IS 226 (88.67% from 255) = 42.88%
R=18.98%
G=38.14%
B=42.88%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal1002012260.560.1100.11191.968.4863.92
Hex64C9E238B0Bc04440
Octal1443113427013013300104100
Binary110010011001001111000101110001011010111100000010001001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64C9E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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