Html Css Color HEX #4EF8DF Turquoise

📋 copy color: '#4EF8DF'

red 78 ◦ green 248 ◦ blue 223

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

Shades of Turquoise #4EF8DF

Tints of Turquoise #4EF8DF

RGB

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

 GREEN value IS 248 (97.27% from 255) = 45.17%

 BLUE value IS 223 (87.5% from 255) = 40.62%

R = 14.21%
G = 45.17%
B = 40.62%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.10

 K value IS 0.03

RGB Variations

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

Color information

#4EF8DF (or 0x4EF8DF) is known color: Turquoise. HEX triplet: 4E, F8 and DF. RGB value is (78,248,223). Sum of RGB (Red+Green+Blue) = 78+248+223=549 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.21% from 549); Green value is 248 (97.27% from 255 or 45.17% from 549); Blue value is 223 (87.5% from 255 or 40.62% from 549); Max value from RGB is 248 - color contains mainly: green. Hex color #4EF8DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF8DF is #B10720. Grayscale: #C2C2C2. Windows color (decimal): -11601697 or 14678094. OLE color: 14678094.

HSL color Cylindrical-coordinate representation of color #4EF8DF: hue angle of 171.18º degrees, saturation: 0.92, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EF8DF is Cyan = 0.69, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB 78 248 223 -
CMYK 0.69 0 0.10 0.03
HSL 171.18º 0.92% 0.64% -
HSV(B) 171.18º 0.69% 0.97% -
XYZ 50.03 74.08 81.47 -
YUV 194.32 144.18 45.03 -
System Red Green Blue C M Y K H S L
Decimal 78 248 223 0.69 0 0.10 0.03 171.18 0.92 0.64
Hex 4E F8 DF 45 0 A 3 AB 5C 40
Octal 116 370 337 105 0 12 3 253 134 100
Binary 1001110 11111000 11011111 1000101 0 1010 11 10101011 1011100 1000000

Color Harmonies of #4EF8DF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF8DF

Black with #4EF8DF

Text Example


Text Example

White with #4EF8DF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,248,223); }

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

background-color css

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

 a { background-color: rgb(78,248,223); }

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

border-color css

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

 span { border-color: rgb(78,248,223); }

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