#64DCEA

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

Shades of Turquoise Blue #64DCEA

Tints of Turquoise Blue #64DCEA

Color information

#64DCEA (or 0x64DCEA) is unknown color: approx Turquoise Blue. HEX triplet: 64, DC and EA. RGB value is (100,220,234). Sum of RGB (Red+Green+Blue) = 100+220+234=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 220 (86.33% from 255 or 39.71% from 554); Blue value is 234 (91.80% from 255 or 42.24% from 554); Max value from RGB is 234 - color contains mainly: blue. Hex color #64DCEA is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64DCEA is #9B2315. Grayscale: #B9B9B9. Windows color (decimal): -10167062 or 15391844. OLE color: 15391844.

HSL color Cylindrical-coordinate representation of color #64DCEA: hue angle of 186.27º degrees, saturation: 0.76, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64DCEA is Cyan = 0.57, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB100220234-
CMYK0.570.0600.08
HSL186.27º76.14%65.49%-
HSV(B)186.27º57.26%91.76%-
XYZ45.759.8486.98-
YUV185.72155.2466.86-

RGB Variations

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

RGB

RED value IS 100 (39.45% from 255) = 18.05%
GREEN value IS 220 (86.33% from 255) = 39.71%
BLUE value IS 234 (91.80% from 255) = 42.24%
R=18.05%
G=39.71%
B=42.24%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.08
SystemRedGreenBlueCMYKHSL
Decimal1002202340.570.0600.08186.2776.1465.49
Hex64DCEA39608ba4c41
Octal144334352716010272114101
Binary11001001101110011101010111001110010001011101010011001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #64DCEA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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