Html Css Color HEX #64E5DA Turquoise Blue

📋 copy color: '#64E5DA'

red 100 ◦ green 229 ◦ blue 218

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

Shades of Turquoise Blue #64E5DA

Tints of Turquoise Blue #64E5DA

RGB

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

 GREEN value IS 229 (89.84% from 255) = 41.86%

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

R = 18.28%
G = 41.86%
B = 39.85%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.05

 K value IS 0.10

RGB Variations

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

Color information

#64E5DA (or 0x64E5DA) is known color: Turquoise Blue. HEX triplet: 64, E5 and DA. RGB value is (100,229,218). Sum of RGB (Red+Green+Blue) = 100+229+218=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 229 (89.84% from 255 or 41.86% from 547); Blue value is 218 (85.55% from 255 or 39.85% from 547); Max value from RGB is 229 - color contains mainly: green. Hex color #64E5DA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E5DA is #9B1A25. Grayscale: #BDBDBD. Windows color (decimal): -10164774 or 14345572. OLE color: 14345572.

HSL color Cylindrical-coordinate representation of color #64E5DA: hue angle of 174.88º degrees, saturation: 0.71, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #64E5DA is Cyan = 0.56, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.10.

Color convert

RGB 100 229 218 -
CMYK 0.56 0 0.05 0.10
HSL 174.88º 0.71% 0.65% -
HSV(B) 174.88º 0.56% 0.9% -
XYZ 45.93 63.81 76.23 -
YUV 189.18 144.26 64.39 -
System Red Green Blue C M Y K H S L
Decimal 100 229 218 0.56 0 0.05 0.10 174.88 0.71 0.65
Hex 64 E5 DA 38 0 5 A AF 47 41
Octal 144 345 332 70 0 5 12 257 107 101
Binary 1100100 11100101 11011010 111000 0 101 1010 10101111 1000111 1000001

Color Harmonies of #64E5DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E5DA

Black with #64E5DA

Text Example


Text Example

White with #64E5DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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