Html Css Color HEX #4EFFDF Turquoise

📋 copy color: '#4EFFDF'

red 78 ◦ green 255 ◦ blue 223

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

Shades of Turquoise #4EFFDF

Tints of Turquoise #4EFFDF

RGB

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

 GREEN value IS 255 (100% from 255) = 45.86%

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

R = 14.03%
G = 45.86%
B = 40.11%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0

RGB Variations

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

Color information

#4EFFDF (or 0x4EFFDF) is known color: Turquoise. HEX triplet: 4E, FF and DF. RGB value is (78,255,223). Sum of RGB (Red+Green+Blue) = 78+255+223=556 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.03% from 556); Green value is 255 (100% from 255 or 45.86% from 556); Blue value is 223 (87.5% from 255 or 40.11% from 556); Max value from RGB is 255 - color contains mainly: green. Hex color #4EFFDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFFDF is #B10020. Grayscale: #C6C6C6. Windows color (decimal): -11599905 or 14679886. OLE color: 14679886.

HSL color Cylindrical-coordinate representation of color #4EFFDF: hue angle of 169.15º degrees, saturation: 1, lightness: 0.65%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #4EFFDF is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.

Color convert

RGB 78 255 223 -
CMYK 0.69 0 0.13 0
HSL 169.15º 1% 0.65% -
HSV(B) 169.15º 0.69% 1% -
XYZ 52.22 78.47 82.21 -
YUV 198.43 141.86 42.1 -
System Red Green Blue C M Y K H S L
Decimal 78 255 223 0.69 0 0.13 0 169.15 1 0.65
Hex 4E FF DF 45 0 D 0 A9 64 41
Octal 116 377 337 105 0 15 0 251 144 101
Binary 1001110 11111111 11011111 1000101 0 1101 0 10101001 1100100 1000001

Color Harmonies of #4EFFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFFDF

Black with #4EFFDF

Text Example


Text Example

White with #4EFFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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