Html Css Color HEX #4EFCE8 Turquoise

📋 copy color: '#4EFCE8'

red 78 ◦ green 252 ◦ blue 232

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

Shades of Turquoise #4EFCE8

Tints of Turquoise #4EFCE8

RGB

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

 GREEN value IS 252 (98.83% from 255) = 44.84%

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

R = 13.88%
G = 44.84%
B = 41.28%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.08

 K value IS 0.01

RGB Variations

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

Color information

#4EFCE8 (or 0x4EFCE8) is known color: Turquoise. HEX triplet: 4E, FC and E8. RGB value is (78,252,232). Sum of RGB (Red+Green+Blue) = 78+252+232=562 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.88% from 562); Green value is 252 (98.83% from 255 or 44.84% from 562); Blue value is 232 (91.02% from 255 or 41.28% from 562); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCE8 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFCE8 is #B10317. Grayscale: #C5C5C5. Windows color (decimal): -11600664 or 15268942. OLE color: 15268942.

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

Color convert

RGB 78 252 232 -
CMYK 0.69 0 0.08 0.01
HSL 173.1º 0.97% 0.65% -
HSV(B) 173.1º 0.69% 0.99% -
XYZ 52.52 77.07 88.45 -
YUV 197.69 147.35 42.63 -
System Red Green Blue C M Y K H S L
Decimal 78 252 232 0.69 0 0.08 0.01 173.1 0.97 0.65
Hex 4E FC E8 45 0 8 1 AD 61 41
Octal 116 374 350 105 0 10 1 255 141 101
Binary 1001110 11111100 11101000 1000101 0 1000 1 10101101 1100001 1000001

Color Harmonies of #4EFCE8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCE8

Black with #4EFCE8

Text Example


Text Example

White with #4EFCE8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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