#64E1FF

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

Shades of Turquoise Blue #64E1FF

Tints of Turquoise Blue #64E1FF

Color information

#64E1FF (or 0x64E1FF) is unknown color: approx Turquoise Blue. HEX triplet: 64, E1 and FF. RGB value is (100,225,255). Sum of RGB (Red+Green+Blue) = 100+225+255=580 (76% of max value = 765). Red value is 100 (39.45% from 255 or 17.24% from 580); Green value is 225 (88.28% from 255 or 38.79% from 580); Blue value is 255 (100% from 255 or 43.97% from 580); Max value from RGB is 255 - color contains mainly: blue. Hex color #64E1FF is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E1FF is #9B1E00. Grayscale: #BEBEBE. Windows color (decimal): -10165761 or 16769380. OLE color: 16769380.

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

Color convert

RGB100225255-
CMYK0.610.1200
HSL191.61º100%69.61%-
HSV(B)191.61º60.78%100%-
XYZ50.2363.78104.27-
YUV191.04164.0963.06-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.24%
GREEN value IS 225 (88.28% from 255) = 38.79%
BLUE value IS 255 (100% from 255) = 43.97%
R=17.24%
G=38.79%
B=43.97%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1002252550.610.1200191.6110069.61
Hex64E1FF3DC00c06446
Octal144341377751400300144106
Binary110010011100001111111111111011100001100000011001001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E1FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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