Html Css Color HEX #4EFECE Turquoise

📋 copy color: '#4EFECE'

red 78 ◦ green 254 ◦ blue 206

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

Shades of Turquoise #4EFECE

Tints of Turquoise #4EFECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 38.29%

R = 14.5%
G = 47.21%
B = 38.29%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.19

 K value IS 0.00

RGB Variations

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

Color information

#4EFECE (or 0x4EFECE) is known color: Turquoise. HEX triplet: 4E, FE and CE. RGB value is (78,254,206). Sum of RGB (Red+Green+Blue) = 78+254+206=538 (71% of max value = 765). Red value is 78 (30.86% from 255 or 14.50% from 538); Green value is 254 (99.61% from 255 or 47.21% from 538); Blue value is 206 (80.86% from 255 or 38.29% from 538); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFECE is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFECE is #B10131. Grayscale: #C3C3C3. Windows color (decimal): -11600178 or 13565518. OLE color: 13565518.

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

Color convert

RGB 78 254 206 -
CMYK 0.69 0 0.19 0.00
HSL 163.64º 0.99% 0.65% -
HSV(B) 163.64º 0.69% 1% -
XYZ 49.72 76.96 70.63 -
YUV 195.9 133.69 43.9 -
System Red Green Blue C M Y K H S L
Decimal 78 254 206 0.69 0 0.19 0.00 163.64 0.99 0.65
Hex 4E FE CE 45 0 13 0 A4 63 41
Octal 116 376 316 105 0 23 0 244 143 101
Binary 1001110 11111110 11001110 1000101 0 10011 0 10100100 1100011 1000001

Color Harmonies of #4EFECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFECE

Black with #4EFECE

Text Example


Text Example

White with #4EFECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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