Html Css Color HEX #64E2DA Turquoise Blue

📋 copy color: '#64E2DA'

red 100 ◦ green 226 ◦ blue 218

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

Shades of Turquoise Blue #64E2DA

Tints of Turquoise Blue #64E2DA

RGB

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

 GREEN value IS 226 (88.67% from 255) = 41.54%

 BLUE value IS 218 (85.55% from 255) = 40.07%

R = 18.38%
G = 41.54%
B = 40.07%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.04

 K value IS 0.11

RGB Variations

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

Color information

#64E2DA (or 0x64E2DA) is known color: Turquoise Blue. HEX triplet: 64, E2 and DA. RGB value is (100,226,218). Sum of RGB (Red+Green+Blue) = 100+226+218=544 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.38% from 544); Green value is 226 (88.67% from 255 or 41.54% from 544); Blue value is 218 (85.55% from 255 or 40.07% from 544); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2DA is #9B1D25. Grayscale: #BBBBBB. Windows color (decimal): -10165542 or 14344804. OLE color: 14344804.

HSL color Cylindrical-coordinate representation of color #64E2DA: hue angle of 176.19º degrees, saturation: 0.68, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E2DA is Cyan = 0.56, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 226 218 -
CMYK 0.56 0 0.04 0.11
HSL 176.19º 0.68% 0.64% -
HSV(B) 176.19º 0.56% 0.89% -
XYZ 45.11 62.16 75.95 -
YUV 187.41 145.26 65.65 -
System Red Green Blue C M Y K H S L
Decimal 100 226 218 0.56 0 0.04 0.11 176.19 0.68 0.64
Hex 64 E2 DA 38 0 4 B B0 44 40
Octal 144 342 332 70 0 4 13 260 104 100
Binary 1100100 11100010 11011010 111000 0 100 1011 10110000 1000100 1000000

Color Harmonies of #64E2DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E2DA

Black with #64E2DA

Text Example


Text Example

White with #64E2DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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