Html Css Color HEX #4EFEE8 Turquoise

📋 copy color: '#4EFEE8'

red 78 ◦ green 254 ◦ blue 232

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

Shades of Turquoise #4EFEE8

Tints of Turquoise #4EFEE8

RGB

 RED value IS 78 (30.86% from 255) = 13.83%

 GREEN value IS 254 (99.61% from 255) = 45.04%

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

R = 13.83%
G = 45.04%
B = 41.13%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.09

 K value IS 0.00

RGB Variations

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

Color information

#4EFEE8 (or 0x4EFEE8) is known color: Turquoise. HEX triplet: 4E, FE and E8. RGB value is (78,254,232). Sum of RGB (Red+Green+Blue) = 78+254+232=564 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.83% from 564); Green value is 254 (99.61% from 255 or 45.04% from 564); Blue value is 232 (91.02% from 255 or 41.13% from 564); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFEE8 is #B10117. Grayscale: #C6C6C6. Windows color (decimal): -11600152 or 15269454. OLE color: 15269454.

HSL color Cylindrical-coordinate representation of color #4EFEE8: hue angle of 172.5º degrees, saturation: 0.99, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFEE8 is Cyan = 0.69, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.00.

Color convert

RGB 78 254 232 -
CMYK 0.69 0 0.09 0.00
HSL 172.5º 0.99% 0.65% -
HSV(B) 172.5º 0.69% 1% -
XYZ 53.15 78.33 88.66 -
YUV 198.87 146.69 41.79 -
System Red Green Blue C M Y K H S L
Decimal 78 254 232 0.69 0 0.09 0.00 172.5 0.99 0.65
Hex 4E FE E8 45 0 9 0 AC 63 41
Octal 116 376 350 105 0 11 0 254 143 101
Binary 1001110 11111110 11101000 1000101 0 1001 0 10101100 1100011 1000001

Color Harmonies of #4EFEE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEE8

Black with #4EFEE8

Text Example


Text Example

White with #4EFEE8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #4EFEE8; }

 p { color: rgb(78,254,232); }

 H1.HeaderClassName
 {
   color: #4EFEE8;
 }
 .AnyTagClassName
 {
   color: #4EFEE8;
 }
</style>

background-color css

<style>
 a { background-color: #4EFEE8; }

 a { background-color: rgb(78,254,232); }

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

border-color css

<style>
 span { border-color: #4EFEE8; }

 span { border-color: rgb(78,254,232); }

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