Html Css Color HEX #4EFDDB Turquoise

📋 copy color: '#4EFDDB'

red 78 ◦ green 253 ◦ blue 219

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

Shades of Turquoise #4EFDDB

Tints of Turquoise #4EFDDB

RGB

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

 GREEN value IS 253 (99.22% from 255) = 46%

 BLUE value IS 219 (85.94% from 255) = 39.82%

R = 14.18%
G = 46%
B = 39.82%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.13

 K value IS 0.01

RGB Variations

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

Color information

#4EFDDB (or 0x4EFDDB) is known color: Turquoise. HEX triplet: 4E, FD and DB. RGB value is (78,253,219). Sum of RGB (Red+Green+Blue) = 78+253+219=550 (72% of max value = 765). Red value is 78 (30.86% from 255 or 14.18% from 550); Green value is 253 (99.22% from 255 or 46% from 550); Blue value is 219 (85.94% from 255 or 39.82% from 550); Max value from RGB is 253 - color contains mainly: green. Hex color #4EFDDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EFDDB is #B10224. Grayscale: #C4C4C4. Windows color (decimal): -11600421 or 14417230. OLE color: 14417230.

HSL color Cylindrical-coordinate representation of color #4EFDDB: hue angle of 168.34º degrees, saturation: 0.98, 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 #4EFDDB is Cyan = 0.69, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.01.

Color convert

RGB 78 253 219 -
CMYK 0.69 0 0.13 0.01
HSL 168.34º 0.98% 0.65% -
HSV(B) 168.34º 0.69% 0.99% -
XYZ 51.05 76.98 79.19 -
YUV 196.8 140.52 43.26 -
System Red Green Blue C M Y K H S L
Decimal 78 253 219 0.69 0 0.13 0.01 168.34 0.98 0.65
Hex 4E FD DB 45 0 D 1 A8 62 41
Octal 116 375 333 105 0 15 1 250 142 101
Binary 1001110 11111101 11011011 1000101 0 1101 1 10101000 1100010 1000001

Color Harmonies of #4EFDDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EFDDB

Black with #4EFDDB

Text Example


Text Example

White with #4EFDDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,253,219); }

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

background-color css

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

 a { background-color: rgb(78,253,219); }

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

border-color css

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

 span { border-color: rgb(78,253,219); }

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