Html Css Color HEX #64EFE8 Turquoise Blue

📋 copy color: '#64EFE8'

red 100 ◦ green 239 ◦ blue 232

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

Shades of Turquoise Blue #64EFE8

Tints of Turquoise Blue #64EFE8

RGB

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

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

 BLUE value IS 232 (91.02% from 255) = 40.63%

R = 17.51%
G = 41.86%
B = 40.63%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.03

 K value IS 0.06

RGB Variations

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

Color information

#64EFE8 (or 0x64EFE8) is known color: Turquoise Blue. HEX triplet: 64, EF and E8. RGB value is (100,239,232). Sum of RGB (Red+Green+Blue) = 100+239+232=571 (75% of max value = 765). Red value is 100 (39.45% from 255 or 17.51% from 571); Green value is 239 (93.75% from 255 or 41.86% from 571); Blue value is 232 (91.02% from 255 or 40.63% from 571); Max value from RGB is 239 - color contains mainly: green. Hex color #64EFE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #64EFE8 is #9B1017. Grayscale: #C4C4C4. Windows color (decimal): -10162200 or 15265636. OLE color: 15265636.

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

Color convert

RGB 100 239 232 -
CMYK 0.58 0 0.03 0.06
HSL 176.98º 0.81% 0.66% -
HSV(B) 176.98º 0.58% 0.94% -
XYZ 50.69 70.27 87.24 -
YUV 196.64 147.95 59.07 -
System Red Green Blue C M Y K H S L
Decimal 100 239 232 0.58 0 0.03 0.06 176.98 0.81 0.66
Hex 64 EF E8 3A 0 3 6 B1 51 42
Octal 144 357 350 72 0 3 6 261 121 102
Binary 1100100 11101111 11101000 111010 0 11 110 10110001 1010001 1000010

Color Harmonies of #64EFE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #64EFE8

Black with #64EFE8

Text Example


Text Example

White with #64EFE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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