Html Css Color HEX #4EEED3 Turquoise

📋 copy color: '#4EEED3'

red 78 ◦ green 238 ◦ blue 211

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

Shades of Turquoise #4EEED3

Tints of Turquoise #4EEED3

RGB

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

 GREEN value IS 238 (93.36% from 255) = 45.16%

 BLUE value IS 211 (82.81% from 255) = 40.04%

R = 14.8%
G = 45.16%
B = 40.04%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.11

 K value IS 0.07

RGB Variations

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

Color information

#4EEED3 (or 0x4EEED3) is known color: Turquoise. HEX triplet: 4E, EE and D3. RGB value is (78,238,211). Sum of RGB (Red+Green+Blue) = 78+238+211=527 (69% of max value = 765). Red value is 78 (30.86% from 255 or 14.80% from 527); Green value is 238 (93.36% from 255 or 45.16% from 527); Blue value is 211 (82.81% from 255 or 40.04% from 527); Max value from RGB is 238 - color contains mainly: green. Hex color #4EEED3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEED3 is #B1112C. Grayscale: #BBBBBB. Windows color (decimal): -11604269 or 13889102. OLE color: 13889102.

HSL color Cylindrical-coordinate representation of color #4EEED3: hue angle of 169.88º degrees, saturation: 0.82, 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 #4EEED3 is Cyan = 0.67, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.07.

Color convert

RGB 78 238 211 -
CMYK 0.67 0 0.11 0.07
HSL 169.88º 0.82% 0.62% -
HSV(B) 169.88º 0.67% 0.93% -
XYZ 45.47 67.47 72.25 -
YUV 187.08 141.49 50.2 -
System Red Green Blue C M Y K H S L
Decimal 78 238 211 0.67 0 0.11 0.07 169.88 0.82 0.62
Hex 4E EE D3 43 0 B 7 AA 52 3E
Octal 116 356 323 103 0 13 7 252 122 76
Binary 1001110 11101110 11010011 1000011 0 1011 111 10101010 1010010 111110

Color Harmonies of #4EEED3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEED3

Black with #4EEED3

Text Example


Text Example

White with #4EEED3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,238,211); }

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

background-color css

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

 a { background-color: rgb(78,238,211); }

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

border-color css

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

 span { border-color: rgb(78,238,211); }

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