Html Css Color HEX #64EFDB Turquoise Blue

📋 copy color: '#64EFDB'

red 100 ◦ green 239 ◦ blue 219

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

Shades of Turquoise Blue #64EFDB

Tints of Turquoise Blue #64EFDB

RGB

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

 GREEN value IS 239 (93.75% from 255) = 42.83%

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

R = 17.92%
G = 42.83%
B = 39.25%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.08

 K value IS 0.06

RGB Variations

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

Color information

#64EFDB (or 0x64EFDB) is known color: Turquoise Blue. HEX triplet: 64, EF and DB. RGB value is (100,239,219). Sum of RGB (Red+Green+Blue) = 100+239+219=558 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.92% from 558); Green value is 239 (93.75% from 255 or 42.83% from 558); Blue value is 219 (85.94% from 255 or 39.25% from 558); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFDB is #9B1024. Grayscale: #C3C3C3. Windows color (decimal): -10162213 or 14413668. OLE color: 14413668.

HSL color Cylindrical-coordinate representation of color #64EFDB: hue angle of 171.37º degrees, saturation: 0.81, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #64EFDB is Cyan = 0.58, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.

Color convert

RGB 100 239 219 -
CMYK 0.58 0 0.08 0.06
HSL 171.37º 0.81% 0.66% -
HSV(B) 171.37º 0.58% 0.94% -
XYZ 48.91 69.56 77.87 -
YUV 195.16 141.45 60.13 -
System Red Green Blue C M Y K H S L
Decimal 100 239 219 0.58 0 0.08 0.06 171.37 0.81 0.66
Hex 64 EF DB 3A 0 8 6 AB 51 42
Octal 144 357 333 72 0 10 6 253 121 102
Binary 1100100 11101111 11011011 111010 0 1000 110 10101011 1010001 1000010

Color Harmonies of #64EFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFDB

Black with #64EFDB

Text Example


Text Example

White with #64EFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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