Html Css Color HEX #64EFDC Turquoise Blue

📋 copy color: '#64EFDC'

red 100 ◦ green 239 ◦ blue 220

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

Shades of Turquoise Blue #64EFDC

Tints of Turquoise Blue #64EFDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 39.36%

R = 17.89%
G = 42.75%
B = 39.36%

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

#64EFDC (or 0x64EFDC) is known color: Turquoise Blue. HEX triplet: 64, EF and DC. RGB value is (100,239,220). Sum of RGB (Red+Green+Blue) = 100+239+220=559 (74% of max value = 765). Red value is 100 (39.45% from 255 or 17.89% from 559); Green value is 239 (93.75% from 255 or 42.75% from 559); Blue value is 220 (86.33% from 255 or 39.36% from 559); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFDC is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFDC is #9B1023. Grayscale: #C3C3C3. Windows color (decimal): -10162212 or 14479204. OLE color: 14479204.

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

Color convert

RGB 100 239 220 -
CMYK 0.58 0 0.08 0.06
HSL 171.8º 0.81% 0.66% -
HSV(B) 171.8º 0.58% 0.94% -
XYZ 49.04 69.61 78.56 -
YUV 195.27 141.95 60.04 -
System Red Green Blue C M Y K H S L
Decimal 100 239 220 0.58 0 0.08 0.06 171.8 0.81 0.66
Hex 64 EF DC 3A 0 8 6 AC 51 42
Octal 144 357 334 72 0 10 6 254 121 102
Binary 1100100 11101111 11011100 111010 0 1000 110 10101100 1010001 1000010

Color Harmonies of #64EFDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFDC

Black with #64EFDC

Text Example


Text Example

White with #64EFDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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