Html Css Color HEX #64E4EC Turquoise Blue

📋 copy color: '#64E4EC'

red 100 ◦ green 228 ◦ blue 236

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

Shades of Turquoise Blue #64E4EC

Tints of Turquoise Blue #64E4EC

RGB

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

 GREEN value IS 228 (89.45% from 255) = 40.43%

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

R = 17.73%
G = 40.43%
B = 41.84%

CMYK

 C value IS 0.58

 M value IS 0.03

 Y value IS 0

 K value IS 0.07

RGB Variations

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

Color information

#64E4EC (or 0x64E4EC) is known color: Turquoise Blue. HEX triplet: 64, E4 and EC. RGB value is (100,228,236). Sum of RGB (Red+Green+Blue) = 100+228+236=564 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.73% from 564); Green value is 228 (89.45% from 255 or 40.43% from 564); Blue value is 236 (92.58% from 255 or 41.84% from 564); Max value from RGB is 236 - color contains mainly: blue. Hex color #64E4EC is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E4EC is #9B1B13. Grayscale: #BEBEBE. Windows color (decimal): -10165012 or 15524964. OLE color: 15524964.

HSL color Cylindrical-coordinate representation of color #64E4EC: hue angle of 183.53º 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 #64E4EC is Cyan = 0.58, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB 100 228 236 -
CMYK 0.58 0.03 0 0.07
HSL 183.53º 0.78% 0.66% -
HSV(B) 183.53º 0.58% 0.93% -
XYZ 48.14 64.25 89.22 -
YUV 190.64 153.59 63.35 -
System Red Green Blue C M Y K H S L
Decimal 100 228 236 0.58 0.03 0 0.07 183.53 0.78 0.66
Hex 64 E4 EC 3A 3 0 7 B8 4E 42
Octal 144 344 354 72 3 0 7 270 116 102
Binary 1100100 11100100 11101100 111010 11 0 111 10111000 1001110 1000010

Color Harmonies of #64E4EC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E4EC

Black with #64E4EC

Text Example


Text Example

White with #64E4EC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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