#64DCF7

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

Shades of Turquoise Blue #64DCF7

Tints of Turquoise Blue #64DCF7

Color information

#64DCF7 (or 0x64DCF7) is unknown color: approx Turquoise Blue. HEX triplet: 64, DC and F7. RGB value is (100,220,247). Sum of RGB (Red+Green+Blue) = 100+220+247=567 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.64% from 567); Green value is 220 (86.33% from 255 or 38.80% from 567); Blue value is 247 (96.88% from 255 or 43.56% from 567); Max value from RGB is 247 - color contains mainly: blue. Hex color #64DCF7 is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DCF7 is #9B2308. Grayscale: #BABABA. Windows color (decimal): -10167049 or 16243812. OLE color: 16243812.

HSL color Cylindrical-coordinate representation of color #64DCF7: hue angle of 191.02º degrees, saturation: 0.9, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64DCF7 is Cyan = 0.60, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.03.

Color convert

RGB100220247-
CMYK0.600.1100.03
HSL191.02º90.18%68.04%-
HSV(B)191.02º59.51%96.86%-
XYZ47.6460.6197.18-
YUV187.2161.7465.8-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.64%
GREEN value IS 220 (86.33% from 255) = 38.80%
BLUE value IS 247 (96.88% from 255) = 43.56%
R=17.64%
G=38.80%
B=43.56%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1002202470.600.1100.03191.0290.1868.04
Hex64DCF73CB03bf5a44
Octal144334367741303277132104
Binary1100100110111001111011111110010110111011111110110101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DCF7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,220,247); }

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

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

 a { background-color: rgb(100,220,247); }

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

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

 span { border-color: rgb(100,220,247); }

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