Html Css Color HEX #4EECCD Turquoise

📋 copy color: '#4EECCD'

red 78 ◦ green 236 ◦ blue 205

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

Shades of Turquoise #4EECCD

Tints of Turquoise #4EECCD

RGB

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

 GREEN value IS 236 (92.58% from 255) = 45.47%

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

R = 15.03%
G = 45.47%
B = 39.5%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.13

 K value IS 0.07

RGB Variations

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

Color information

#4EECCD (or 0x4EECCD) is known color: Turquoise. HEX triplet: 4E, EC and CD. RGB value is (78,236,205). Sum of RGB (Red+Green+Blue) = 78+236+205=519 (68% of max value = 765). Red value is 78 (30.86% from 255 or 15.03% from 519); Green value is 236 (92.58% from 255 or 45.47% from 519); Blue value is 205 (80.47% from 255 or 39.50% from 519); Max value from RGB is 236 - color contains mainly: green. Hex color #4EECCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EECCD is #B11332. Grayscale: #B9B9B9. Windows color (decimal): -11604787 or 13495374. OLE color: 13495374.

HSL color Cylindrical-coordinate representation of color #4EECCD: hue angle of 168.23º degrees, saturation: 0.81, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EECCD is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 236 205 -
CMYK 0.67 0 0.13 0.07
HSL 168.23º 0.81% 0.62% -
HSV(B) 168.23º 0.67% 0.93% -
XYZ 44.16 66.02 68.17 -
YUV 185.22 139.15 51.52 -
System Red Green Blue C M Y K H S L
Decimal 78 236 205 0.67 0 0.13 0.07 168.23 0.81 0.62
Hex 4E EC CD 43 0 D 7 A8 51 3E
Octal 116 354 315 103 0 15 7 250 121 76
Binary 1001110 11101100 11001101 1000011 0 1101 111 10101000 1010001 111110

Color Harmonies of #4EECCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EECCD

Black with #4EECCD

Text Example


Text Example

White with #4EECCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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