#64E7FD

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

Shades of Turquoise Blue #64E7FD

Tints of Turquoise Blue #64E7FD

Color information

#64E7FD (or 0x64E7FD) is unknown color: approx Turquoise Blue. HEX triplet: 64, E7 and FD. RGB value is (100,231,253). Sum of RGB (Red+Green+Blue) = 100+231+253=584 (77% of max value = 765). Red value is 100 (39.45% from 255 or 17.12% from 584); Green value is 231 (90.62% from 255 or 39.55% from 584); Blue value is 253 (99.22% from 255 or 43.32% from 584); Max value from RGB is 253 - color contains mainly: blue. Hex color #64E7FD is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E7FD is #9B1802. Grayscale: #C2C2C2. Windows color (decimal): -10164227 or 16639844. OLE color: 16639844.

HSL color Cylindrical-coordinate representation of color #64E7FD: hue angle of 188.63º degrees, saturation: 0.97, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #64E7FD is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.01.

Color convert

RGB100231253-
CMYK0.600.0900.01
HSL188.63º97.45%69.22%-
HSV(B)188.63º60.47%99.22%-
XYZ51.5666.95103.13-
YUV194.34161.160.71-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 17.12%
GREEN value IS 231 (90.62% from 255) = 39.55%
BLUE value IS 253 (99.22% from 255) = 43.32%
R=17.12%
G=39.55%
B=43.32%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1002312530.600.0900.01188.6397.4569.22
Hex64E7FD3C901bd6145
Octal144347375741101275141105
Binary110010011100111111111011111001001011011110111000011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64E7FD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(100,231,253); }

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

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

 a { background-color: rgb(100,231,253); }

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

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

 span { border-color: rgb(100,231,253); }

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