Html Css Color HEX #64E6D9 Turquoise Blue

📋 copy color: '#64E6D9'

red 100 ◦ green 230 ◦ blue 217

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

Shades of Turquoise Blue #64E6D9

Tints of Turquoise Blue #64E6D9

RGB

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

 GREEN value IS 230 (90.23% from 255) = 42.05%

 BLUE value IS 217 (85.16% from 255) = 39.67%

R = 18.28%
G = 42.05%
B = 39.67%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.06

 K value IS 0.10

RGB Variations

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

Color information

#64E6D9 (or 0x64E6D9) is known color: Turquoise Blue. HEX triplet: 64, E6 and D9. RGB value is (100,230,217). Sum of RGB (Red+Green+Blue) = 100+230+217=547 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.28% from 547); Green value is 230 (90.23% from 255 or 42.05% from 547); Blue value is 217 (85.16% from 255 or 39.67% from 547); Max value from RGB is 230 - color contains mainly: green. Hex color #64E6D9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64E6D9 is #9B1926. Grayscale: #BDBDBD. Windows color (decimal): -10164519 or 14280292. OLE color: 14280292.

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

Color convert

RGB 100 230 217 -
CMYK 0.57 0 0.06 0.10
HSL 174º 0.72% 0.65% -
HSV(B) 174º 0.57% 0.9% -
XYZ 46.08 64.31 75.63 -
YUV 189.65 143.43 64.06 -
System Red Green Blue C M Y K H S L
Decimal 100 230 217 0.57 0 0.06 0.10 174 0.72 0.65
Hex 64 E6 D9 39 0 6 A AE 48 41
Octal 144 346 331 71 0 6 12 256 110 101
Binary 1100100 11100110 11011001 111001 0 110 1010 10101110 1001000 1000001

Color Harmonies of #64E6D9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E6D9

Black with #64E6D9

Text Example


Text Example

White with #64E6D9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(100,230,217); }

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

background-color css

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

 a { background-color: rgb(100,230,217); }

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

border-color css

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

 span { border-color: rgb(100,230,217); }

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