Html Css Color HEX #64E3EC Turquoise Blue

📋 copy color: '#64E3EC'

red 100 ◦ green 227 ◦ blue 236

#64E3EC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Turquoise Blue #64E3EC

Tints of Turquoise Blue #64E3EC

RGB

 RED value IS 100 (39.45% from 255) = 17.76%

 GREEN value IS 227 (89.06% from 255) = 40.32%

 BLUE value IS 236 (92.58% from 255) = 41.92%

R = 17.76%
G = 40.32%
B = 41.92%

CMYK

 C value IS 0.58

 M value IS 0.04

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64E3EC (or 0x64E3EC) is known color: Turquoise Blue. HEX triplet: 64, E3 and EC. RGB value is (100,227,236). Sum of RGB (Red+Green+Blue) = 100+227+236=563 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.76% from 563); Green value is 227 (89.06% from 255 or 40.32% from 563); Blue value is 236 (92.58% from 255 or 41.92% from 563); Max value from RGB is 236 - color contains mainly: blue. Hex color #64E3EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E3EC is #9B1C13. Grayscale: #BDBDBD. Windows color (decimal): -10165268 or 15524708. OLE color: 15524708.

HSL color Cylindrical-coordinate representation of color #64E3EC: hue angle of 183.97º degrees, saturation: 0.78, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64E3EC is Cyan = 0.58, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 227 236 -
CMYK 0.58 0.04 0 0.07
HSL 183.97º 0.78% 0.66% -
HSV(B) 183.97º 0.58% 0.93% -
XYZ 47.86 63.7 89.13 -
YUV 190.05 153.92 63.77 -
System Red Green Blue C M Y K H S L
Decimal 100 227 236 0.58 0.04 0 0.07 183.97 0.78 0.66
Hex 64 E3 EC 3A 4 0 7 B8 4E 42
Octal 144 343 354 72 4 0 7 270 116 102
Binary 1100100 11100011 11101100 111010 100 0 111 10111000 1001110 1000010

Color Harmonies of #64E3EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E3EC

Black with #64E3EC

Text Example


Text Example

White with #64E3EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,227,236); }

 H1.HeaderClassName
 {
   color: #64E3EC;
 }
 .AnyTagClassName
 {
   color: #64E3EC;
 }
</style>

background-color css

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

 a { background-color: rgb(100,227,236); }

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

border-color css

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

 span { border-color: rgb(100,227,236); }

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