Html Css Color HEX #64E7EB Turquoise Blue

📋 copy color: '#64E7EB'

red 100 ◦ green 231 ◦ blue 235

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

Shades of Turquoise Blue #64E7EB

Tints of Turquoise Blue #64E7EB

RGB

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

 GREEN value IS 231 (90.63% from 255) = 40.81%

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

R = 17.67%
G = 40.81%
B = 41.52%

CMYK

 C value IS 0.57

 M value IS 0.02

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#64E7EB (or 0x64E7EB) is known color: Turquoise Blue. HEX triplet: 64, E7 and EB. RGB value is (100,231,235). Sum of RGB (Red+Green+Blue) = 100+231+235=566 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.67% from 566); Green value is 231 (90.62% from 255 or 40.81% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #64E7EB is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64E7EB is #9B1814. Grayscale: #C0C0C0. Windows color (decimal): -10164245 or 15460196. OLE color: 15460196.

HSL color Cylindrical-coordinate representation of color #64E7EB: hue angle of 181.78º 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 #64E7EB is Cyan = 0.57, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 100 231 235 -
CMYK 0.57 0.02 0 0.08
HSL 181.78º 0.77% 0.66% -
HSV(B) 181.78º 0.57% 0.92% -
XYZ 48.83 65.86 88.74 -
YUV 192.29 152.1 62.17 -
System Red Green Blue C M Y K H S L
Decimal 100 231 235 0.57 0.02 0 0.08 181.78 0.77 0.66
Hex 64 E7 EB 39 2 0 8 B6 4D 42
Octal 144 347 353 71 2 0 10 266 115 102
Binary 1100100 11100111 11101011 111001 10 0 1000 10110110 1001101 1000010

Color Harmonies of #64E7EB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64E7EB

Black with #64E7EB

Text Example


Text Example

White with #64E7EB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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