Html Css Color HEX #4EFEAF Turquoise

📋 copy color: '#4EFEAF'

red 78 ◦ green 254 ◦ blue 175

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

Shades of Turquoise #4EFEAF

Tints of Turquoise #4EFEAF

RGB

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

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

 BLUE value IS 175 (68.75% from 255) = 34.52%

R = 15.38%
G = 50.1%
B = 34.52%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.31

 K value IS 0.00

RGB Variations

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

Color information

#4EFEAF (or 0x4EFEAF) is known color: Turquoise. HEX triplet: 4E, FE and AF. RGB value is (78,254,175). Sum of RGB (Red+Green+Blue) = 78+254+175=507 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.38% from 507); Green value is 254 (99.61% from 255 or 50.10% from 507); Blue value is 175 (68.75% from 255 or 34.52% from 507); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEAF is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #4EFEAF is #B10150. Grayscale: #C0C0C0. Windows color (decimal): -11600209 or 11533902. OLE color: 11533902.

HSL color Cylindrical-coordinate representation of color #4EFEAF: hue angle of 153.07º 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 #4EFEAF is Cyan = 0.69, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.00.

Color convert

RGB 78 254 175 -
CMYK 0.69 0 0.31 0.00
HSL 153.07º 0.99% 0.65% -
HSV(B) 153.07º 0.69% 1% -
XYZ 46.32 75.6 52.71 -
YUV 192.37 118.19 46.42 -
System Red Green Blue C M Y K H S L
Decimal 78 254 175 0.69 0 0.31 0.00 153.07 0.99 0.65
Hex 4E FE AF 45 0 1F 0 99 63 41
Octal 116 376 257 105 0 37 0 231 143 101
Binary 1001110 11111110 10101111 1000101 0 11111 0 10011001 1100011 1000001

Color Harmonies of #4EFEAF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEAF

Black with #4EFEAF

Text Example


Text Example

White with #4EFEAF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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