Html Css Color HEX #4EFEE6 Turquoise

📋 copy color: '#4EFEE6'

red 78 ◦ green 254 ◦ blue 230

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

Shades of Turquoise #4EFEE6

Tints of Turquoise #4EFEE6

RGB

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

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

 BLUE value IS 230 (90.23% from 255) = 40.93%

R = 13.88%
G = 45.2%
B = 40.93%

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

#4EFEE6 (or 0x4EFEE6) is known color: Turquoise. HEX triplet: 4E, FE and E6. RGB value is (78,254,230). Sum of RGB (Red+Green+Blue) = 78+254+230=562 (74% of max value = 765). Red value is 78 (30.86% from 255 or 13.88% from 562); Green value is 254 (99.61% from 255 or 45.20% from 562); Blue value is 230 (90.23% from 255 or 40.93% from 562); Max value from RGB is 254 - color contains mainly: green. Hex color #4EFEE6 is not a web safe color. Web safe color analog (approx): #66FFFF. Inversed color of #4EFEE6 is #B10119. Grayscale: #C6C6C6. Windows color (decimal): -11600154 or 15138382. OLE color: 15138382.

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

Color convert

RGB 78 254 230 -
CMYK 0.69 0 0.09 0.00
HSL 171.82º 0.99% 0.65% -
HSV(B) 171.82º 0.69% 1% -
XYZ 52.87 78.22 87.17 -
YUV 198.64 145.69 41.95 -
System Red Green Blue C M Y K H S L
Decimal 78 254 230 0.69 0 0.09 0.00 171.82 0.99 0.65
Hex 4E FE E6 45 0 9 0 AC 63 41
Octal 116 376 346 105 0 11 0 254 143 101
Binary 1001110 11111110 11100110 1000101 0 1001 0 10101100 1100011 1000001

Color Harmonies of #4EFEE6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFEE6

Black with #4EFEE6

Text Example


Text Example

White with #4EFEE6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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