Html Css Color HEX #64EBDB Turquoise Blue

📋 copy color: '#64EBDB'

red 100 ◦ green 235 ◦ blue 219

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

Shades of Turquoise Blue #64EBDB

Tints of Turquoise Blue #64EBDB

RGB

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

 GREEN value IS 235 (92.19% from 255) = 42.42%

 BLUE value IS 219 (85.94% from 255) = 39.53%

R = 18.05%
G = 42.42%
B = 39.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#64EBDB (or 0x64EBDB) is known color: Turquoise Blue. HEX triplet: 64, EB and DB. RGB value is (100,235,219). Sum of RGB (Red+Green+Blue) = 100+235+219=554 (73% of max value = 765). Red value is 100 (39.45% from 255 or 18.05% from 554); Green value is 235 (92.19% from 255 or 42.42% from 554); Blue value is 219 (85.94% from 255 or 39.53% from 554); Max value from RGB is 235 - color contains mainly: green. Hex color #64EBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EBDB is #9B1424. Grayscale: #C0C0C0. Windows color (decimal): -10163237 or 14412644. OLE color: 14412644.

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

Color convert

RGB 100 235 219 -
CMYK 0.57 0 0.07 0.08
HSL 172.89º 0.77% 0.66% -
HSV(B) 172.89º 0.57% 0.92% -
XYZ 47.75 67.24 77.48 -
YUV 192.81 142.77 61.8 -
System Red Green Blue C M Y K H S L
Decimal 100 235 219 0.57 0 0.07 0.08 172.89 0.77 0.66
Hex 64 EB DB 39 0 7 8 AD 4D 42
Octal 144 353 333 71 0 7 10 255 115 102
Binary 1100100 11101011 11011011 111001 0 111 1000 10101101 1001101 1000010

Color Harmonies of #64EBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EBDB

Black with #64EBDB

Text Example


Text Example

White with #64EBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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