Html Css Color HEX #64EADE Turquoise Blue

📋 copy color: '#64EADE'

red 100 ◦ green 234 ◦ blue 222

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

Shades of Turquoise Blue #64EADE

Tints of Turquoise Blue #64EADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 39.93%

R = 17.99%
G = 42.09%
B = 39.93%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.05

 K value IS 0.08

RGB Variations

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

Color information

#64EADE (or 0x64EADE) is known color: Turquoise Blue. HEX triplet: 64, EA and DE. RGB value is (100,234,222). Sum of RGB (Red+Green+Blue) = 100+234+222=556 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.99% from 556); Green value is 234 (91.80% from 255 or 42.09% from 556); Blue value is 222 (87.11% from 255 or 39.93% from 556); Max value from RGB is 234 - color contains mainly: green. Hex color #64EADE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EADE is #9B1521. Grayscale: #C0C0C0. Windows color (decimal): -10163490 or 14608996. OLE color: 14608996.

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

Color convert

RGB 100 234 222 -
CMYK 0.57 0 0.05 0.08
HSL 174.63º 0.76% 0.65% -
HSV(B) 174.63º 0.57% 0.92% -
XYZ 47.86 66.83 79.48 -
YUV 192.57 144.61 61.98 -
System Red Green Blue C M Y K H S L
Decimal 100 234 222 0.57 0 0.05 0.08 174.63 0.76 0.65
Hex 64 EA DE 39 0 5 8 AF 4C 41
Octal 144 352 336 71 0 5 10 257 114 101
Binary 1100100 11101010 11011110 111001 0 101 1000 10101111 1001100 1000001

Color Harmonies of #64EADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EADE

Black with #64EADE

Text Example


Text Example

White with #64EADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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