Html Css Color HEX #4EDFCD Turquoise

📋 copy color: '#4EDFCD'

red 78 ◦ green 223 ◦ blue 205

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

Shades of Turquoise #4EDFCD

Tints of Turquoise #4EDFCD

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.07%

 BLUE value IS 205 (80.47% from 255) = 40.51%

R = 15.42%
G = 44.07%
B = 40.51%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#4EDFCD (or 0x4EDFCD) is known color: Turquoise. HEX triplet: 4E, DF and CD. RGB value is (78,223,205). Sum of RGB (Red+Green+Blue) = 78+223+205=506 (67% of max value = 765). Red value is 78 (30.86% from 255 or 15.42% from 506); Green value is 223 (87.5% from 255 or 44.07% from 506); Blue value is 205 (80.47% from 255 or 40.51% from 506); Max value from RGB is 223 - color contains mainly: green. Hex color #4EDFCD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4EDFCD is #B12032. Grayscale: #B1B1B1. Windows color (decimal): -11608115 or 13492046. OLE color: 13492046.

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

Color convert

RGB 78 223 205 -
CMYK 0.65 0 0.08 0.13
HSL 172.55º 0.69% 0.59% -
HSV(B) 172.55º 0.65% 0.87% -
XYZ 40.55 58.8 66.97 -
YUV 177.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 78 223 205 0.65 0 0.08 0.13 172.55 0.69 0.59
Hex 4E DF CD 41 0 8 D AD 45 3B
Octal 116 337 315 101 0 10 15 255 105 73
Binary 1001110 11011111 11001101 1000001 0 1000 1101 10101101 1000101 111011

Color Harmonies of #4EDFCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EDFCD

Black with #4EDFCD

Text Example


Text Example

White with #4EDFCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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