Html Css Color HEX #64EADB Turquoise Blue

📋 copy color: '#64EADB'

red 100 ◦ green 234 ◦ blue 219

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

Shades of Turquoise Blue #64EADB

Tints of Turquoise Blue #64EADB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 39.6%

R = 18.08%
G = 42.31%
B = 39.6%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#64EADB (or 0x64EADB) is known color: Turquoise Blue. HEX triplet: 64, EA and DB. RGB value is (100,234,219). Sum of RGB (Red+Green+Blue) = 100+234+219=553 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.08% from 553); Green value is 234 (91.80% from 255 or 42.31% from 553); Blue value is 219 (85.94% from 255 or 39.60% from 553); Max value from RGB is 234 - color contains mainly: green. Hex color #64EADB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EADB is #9B1524. Grayscale: #C0C0C0. Windows color (decimal): -10163493 or 14412388. OLE color: 14412388.

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

Color convert

RGB 100 234 219 -
CMYK 0.57 0 0.06 0.08
HSL 173.28º 0.76% 0.65% -
HSV(B) 173.28º 0.57% 0.92% -
XYZ 47.46 66.67 77.38 -
YUV 192.22 143.11 62.22 -
System Red Green Blue C M Y K H S L
Decimal 100 234 219 0.57 0 0.06 0.08 173.28 0.76 0.65
Hex 64 EA DB 39 0 6 8 AD 4C 41
Octal 144 352 333 71 0 6 10 255 114 101
Binary 1100100 11101010 11011011 111001 0 110 1000 10101101 1001100 1000001

Color Harmonies of #64EADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EADB

Black with #64EADB

Text Example


Text Example

White with #64EADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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