#64DDFF

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

Shades of Turquoise Blue #64DDFF

Tints of Turquoise Blue #64DDFF

Color information

#64DDFF (or 0x64DDFF) is unknown color: approx Turquoise Blue. HEX triplet: 64, DD and FF. RGB value is (100,221,255). Sum of RGB (Red+Green+Blue) = 100+221+255=576 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.36% from 576); Green value is 221 (86.72% from 255 or 38.37% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #64DDFF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DDFF is #9B2200. Grayscale: #BCBCBC. Windows color (decimal): -10166785 or 16768356. OLE color: 16768356.

HSL color Cylindrical-coordinate representation of color #64DDFF: hue angle of 193.16º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #64DDFF is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB100221255-
CMYK0.610.1300
HSL193.16º100%69.61%-
HSV(B)193.16º60.78%100%-
XYZ49.1661.64103.91-
YUV188.7165.4164.74-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.36%
GREEN value IS 221 (86.72% from 255) = 38.37%
BLUE value IS 255 (100% from 255) = 44.27%
R=17.36%
G=38.37%
B=44.27%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1002212550.610.1300193.1610069.61
Hex64DDFF3DD00c16446
Octal144335377751500301144106
Binary110010011011101111111111111011101001100000111001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DDFF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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