Html Css Color HEX #64E2E0 Turquoise Blue

📋 copy color: '#64E2E0'

red 100 ◦ green 226 ◦ blue 224

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

Shades of Turquoise Blue #64E2E0

Tints of Turquoise Blue #64E2E0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 40.73%

R = 18.18%
G = 41.09%
B = 40.73%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.01

 K value IS 0.11

RGB Variations

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

Color information

#64E2E0 (or 0x64E2E0) is known color: Turquoise Blue. HEX triplet: 64, E2 and E0. RGB value is (100,226,224). Sum of RGB (Red+Green+Blue) = 100+226+224=550 (72% of max value = 765). Red value is 100 (39.45% from 255 or 18.18% from 550); Green value is 226 (88.67% from 255 or 41.09% from 550); Blue value is 224 (87.89% from 255 or 40.73% from 550); Max value from RGB is 226 - color contains mainly: green. Hex color #64E2E0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #64E2E0 is #9B1D1F. Grayscale: #BBBBBB. Windows color (decimal): -10165536 or 14738020. OLE color: 14738020.

HSL color Cylindrical-coordinate representation of color #64E2E0: hue angle of 179.05º 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 #64E2E0 is Cyan = 0.56, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.11.

Color convert

RGB 100 226 224 -
CMYK 0.56 0 0.01 0.11
HSL 179.05º 0.68% 0.64% -
HSV(B) 179.05º 0.56% 0.89% -
XYZ 45.91 62.48 80.16 -
YUV 188.1 148.26 65.16 -
System Red Green Blue C M Y K H S L
Decimal 100 226 224 0.56 0 0.01 0.11 179.05 0.68 0.64
Hex 64 E2 E0 38 0 1 B B3 44 40
Octal 144 342 340 70 0 1 13 263 104 100
Binary 1100100 11100010 11100000 111000 0 1 1011 10110011 1000100 1000000

Color Harmonies of #64E2E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E2E0

Black with #64E2E0

Text Example


Text Example

White with #64E2E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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