Html Css Color HEX #4EFCDF Turquoise

📋 copy color: '#4EFCDF'

red 78 ◦ green 252 ◦ blue 223

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

Shades of Turquoise #4EFCDF

Tints of Turquoise #4EFCDF

RGB

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

 GREEN value IS 252 (98.83% from 255) = 45.57%

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

R = 14.1%
G = 45.57%
B = 40.33%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.12

 K value IS 0.01

RGB Variations

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

Color information

#4EFCDF (or 0x4EFCDF) is known color: Turquoise. HEX triplet: 4E, FC and DF. RGB value is (78,252,223). Sum of RGB (Red+Green+Blue) = 78+252+223=553 (73% of max value = 765). Red value is 78 (30.86% from 255 or 14.10% from 553); Green value is 252 (98.83% from 255 or 45.57% from 553); Blue value is 223 (87.5% from 255 or 40.33% from 553); Max value from RGB is 252 - color contains mainly: green. Hex color #4EFCDF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFCDF is #B10320. Grayscale: #C4C4C4. Windows color (decimal): -11600673 or 14679118. OLE color: 14679118.

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

Color convert

RGB 78 252 223 -
CMYK 0.69 0 0.12 0.01
HSL 170º 0.97% 0.65% -
HSV(B) 170º 0.69% 0.99% -
XYZ 51.27 76.57 81.89 -
YUV 196.67 142.85 43.36 -
System Red Green Blue C M Y K H S L
Decimal 78 252 223 0.69 0 0.12 0.01 170 0.97 0.65
Hex 4E FC DF 45 0 C 1 AA 61 41
Octal 116 374 337 105 0 14 1 252 141 101
Binary 1001110 11111100 11011111 1000101 0 1100 1 10101010 1100001 1000001

Color Harmonies of #4EFCDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFCDF

Black with #4EFCDF

Text Example


Text Example

White with #4EFCDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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