Html Css Color HEX #4EFADD Turquoise

📋 copy color: '#4EFADD'

red 78 ◦ green 250 ◦ blue 221

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

Shades of Turquoise #4EFADD

Tints of Turquoise #4EFADD

RGB

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

 GREEN value IS 250 (98.05% from 255) = 45.54%

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

R = 14.21%
G = 45.54%
B = 40.26%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.02

RGB Variations

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

Color information

#4EFADD (or 0x4EFADD) is known color: Turquoise. HEX triplet: 4E, FA and DD. RGB value is (78,250,221). Sum of RGB (Red+Green+Blue) = 78+250+221=549 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.21% from 549); Green value is 250 (98.05% from 255 or 45.54% from 549); Blue value is 221 (86.72% from 255 or 40.26% from 549); Max value from RGB is 250 - color contains mainly: green. Hex color #4EFADD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFADD is #B10522. Grayscale: #C3C3C3. Windows color (decimal): -11601187 or 14547534. OLE color: 14547534.

HSL color Cylindrical-coordinate representation of color #4EFADD: hue angle of 169.88º degrees, saturation: 0.95, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFADD is Cyan = 0.69, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB 78 250 221 -
CMYK 0.69 0 0.12 0.02
HSL 169.88º 0.95% 0.64% -
HSV(B) 169.88º 0.69% 0.98% -
XYZ 50.38 75.21 80.27 -
YUV 195.27 142.52 44.36 -
System Red Green Blue C M Y K H S L
Decimal 78 250 221 0.69 0 0.12 0.02 169.88 0.95 0.64
Hex 4E FA DD 45 0 C 2 AA 5F 40
Octal 116 372 335 105 0 14 2 252 137 100
Binary 1001110 11111010 11011101 1000101 0 1100 10 10101010 1011111 1000000

Color Harmonies of #4EFADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFADD

Black with #4EFADD

Text Example


Text Example

White with #4EFADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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