Html Css Color HEX #4EF8DD Turquoise

📋 copy color: '#4EF8DD'

red 78 ◦ green 248 ◦ blue 221

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

Shades of Turquoise #4EF8DD

Tints of Turquoise #4EF8DD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 40.4%

R = 14.26%
G = 45.34%
B = 40.4%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.11

 K value IS 0.03

RGB Variations

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

Color information

#4EF8DD (or 0x4EF8DD) is known color: Turquoise. HEX triplet: 4E, F8 and DD. RGB value is (78,248,221). Sum of RGB (Red+Green+Blue) = 78+248+221=547 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.26% from 547); Green value is 248 (97.27% from 255 or 45.34% from 547); Blue value is 221 (86.72% from 255 or 40.40% from 547); Max value from RGB is 248 - color contains mainly: green. Hex color #4EF8DD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EF8DD is #B10722. Grayscale: #C2C2C2. Windows color (decimal): -11601699 or 14547022. OLE color: 14547022.

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

Color convert

RGB 78 248 221 -
CMYK 0.69 0 0.11 0.03
HSL 170.47º 0.92% 0.64% -
HSV(B) 170.47º 0.69% 0.97% -
XYZ 49.76 73.97 80.06 -
YUV 194.09 143.18 45.2 -
System Red Green Blue C M Y K H S L
Decimal 78 248 221 0.69 0 0.11 0.03 170.47 0.92 0.64
Hex 4E F8 DD 45 0 B 3 AA 5C 40
Octal 116 370 335 105 0 13 3 252 134 100
Binary 1001110 11111000 11011101 1000101 0 1011 11 10101010 1011100 1000000

Color Harmonies of #4EF8DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EF8DD

Black with #4EF8DD

Text Example


Text Example

White with #4EF8DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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