Html Css Color HEX #64EAE2 Turquoise Blue

📋 copy color: '#64EAE2'

red 100 ◦ green 234 ◦ blue 226

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

Shades of Turquoise Blue #64EAE2

Tints of Turquoise Blue #64EAE2

RGB

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

 GREEN value IS 234 (91.8% from 255) = 41.79%

 BLUE value IS 226 (88.67% from 255) = 40.36%

R = 17.86%
G = 41.79%
B = 40.36%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.03

 K value IS 0.08

RGB Variations

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

Color information

#64EAE2 (or 0x64EAE2) is known color: Turquoise Blue. HEX triplet: 64, EA and E2. RGB value is (100,234,226). Sum of RGB (Red+Green+Blue) = 100+234+226=560 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.86% from 560); Green value is 234 (91.80% from 255 or 41.79% from 560); Blue value is 226 (88.67% from 255 or 40.36% from 560); Max value from RGB is 234 - color contains mainly: green. Hex color #64EAE2 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EAE2 is #9B151D. Grayscale: #C0C0C0. Windows color (decimal): -10163486 or 14871140. OLE color: 14871140.

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

Color convert

RGB 100 234 226 -
CMYK 0.57 0 0.03 0.08
HSL 176.42º 0.76% 0.65% -
HSV(B) 176.42º 0.57% 0.92% -
XYZ 48.41 67.05 82.34 -
YUV 193.02 146.61 61.65 -
System Red Green Blue C M Y K H S L
Decimal 100 234 226 0.57 0 0.03 0.08 176.42 0.76 0.65
Hex 64 EA E2 39 0 3 8 B0 4C 41
Octal 144 352 342 71 0 3 10 260 114 101
Binary 1100100 11101010 11100010 111001 0 11 1000 10110000 1001100 1000001

Color Harmonies of #64EAE2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EAE2

Black with #64EAE2

Text Example


Text Example

White with #64EAE2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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