Html Css Color HEX #64EFDA Turquoise Blue

📋 copy color: '#64EFDA'

red 100 ◦ green 239 ◦ blue 218

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

Shades of Turquoise Blue #64EFDA

Tints of Turquoise Blue #64EFDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 39.14%

R = 17.95%
G = 42.91%
B = 39.14%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.09

 K value IS 0.06

RGB Variations

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

Color information

#64EFDA (or 0x64EFDA) is known color: Turquoise Blue. HEX triplet: 64, EF and DA. RGB value is (100,239,218). Sum of RGB (Red+Green+Blue) = 100+239+218=557 (73% of max value = 765). Red value is 100 (39.45% from 255 or 17.95% from 557); Green value is 239 (93.75% from 255 or 42.91% from 557); Blue value is 218 (85.55% from 255 or 39.14% from 557); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFDA is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #64EFDA is #9B1025. Grayscale: #C2C2C2. Windows color (decimal): -10162214 or 14348132. OLE color: 14348132.

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

Color convert

RGB 100 239 218 -
CMYK 0.58 0 0.09 0.06
HSL 170.94º 0.81% 0.66% -
HSV(B) 170.94º 0.58% 0.94% -
XYZ 48.78 69.5 77.17 -
YUV 195.05 140.95 60.21 -
System Red Green Blue C M Y K H S L
Decimal 100 239 218 0.58 0 0.09 0.06 170.94 0.81 0.66
Hex 64 EF DA 3A 0 9 6 AB 51 42
Octal 144 357 332 72 0 11 6 253 121 102
Binary 1100100 11101111 11011010 111010 0 1001 110 10101011 1010001 1000010

Color Harmonies of #64EFDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFDA

Black with #64EFDA

Text Example


Text Example

White with #64EFDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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