Html Css Color HEX #64E2EB Turquoise Blue

📋 copy color: '#64E2EB'

red 100 ◦ green 226 ◦ blue 235

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

Shades of Turquoise Blue #64E2EB

Tints of Turquoise Blue #64E2EB

RGB

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

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

 BLUE value IS 235 (92.19% from 255) = 41.89%

R = 17.83%
G = 40.29%
B = 41.89%

CMYK

 C value IS 0.57

 M value IS 0.04

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64E2EB (or 0x64E2EB) is known color: Turquoise Blue. HEX triplet: 64, E2 and EB. RGB value is (100,226,235). Sum of RGB (Red+Green+Blue) = 100+226+235=561 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.83% from 561); Green value is 226 (88.67% from 255 or 40.29% from 561); Blue value is 235 (92.19% from 255 or 41.89% from 561); Max value from RGB is 235 - color contains mainly: blue. Hex color #64E2EB is not a web safe color. Web safe color analog (approx): #66CCFF. Inversed color of #64E2EB is #9B1D14. Grayscale: #BDBDBD. Windows color (decimal): -10165525 or 15458916. OLE color: 15458916.

HSL color Cylindrical-coordinate representation of color #64E2EB: hue angle of 184º degrees, saturation: 0.77, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #64E2EB is Cyan = 0.57, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 226 235 -
CMYK 0.57 0.04 0 0.08
HSL 184º 0.77% 0.66% -
HSV(B) 184º 0.57% 0.92% -
XYZ 47.45 63.1 88.28 -
YUV 189.35 153.76 64.27 -
System Red Green Blue C M Y K H S L
Decimal 100 226 235 0.57 0.04 0 0.08 184 0.77 0.66
Hex 64 E2 EB 39 4 0 8 B8 4D 42
Octal 144 342 353 71 4 0 10 270 115 102
Binary 1100100 11100010 11101011 111001 100 0 1000 10111000 1001101 1000010

Color Harmonies of #64E2EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E2EB

Black with #64E2EB

Text Example


Text Example

White with #64E2EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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