Html Css Color HEX #4EEBDD Turquoise

📋 copy color: '#4EEBDD'

red 78 ◦ green 235 ◦ blue 221

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

Shades of Turquoise #4EEBDD

Tints of Turquoise #4EEBDD

RGB

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

 GREEN value IS 235 (92.19% from 255) = 44.01%

 BLUE value IS 221 (86.72% from 255) = 41.39%

R = 14.61%
G = 44.01%
B = 41.39%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.08

RGB Variations

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

Color information

#4EEBDD (or 0x4EEBDD) is known color: Turquoise. HEX triplet: 4E, EB and DD. RGB value is (78,235,221). Sum of RGB (Red+Green+Blue) = 78+235+221=534 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.61% from 534); Green value is 235 (92.19% from 255 or 44.01% from 534); Blue value is 221 (86.72% from 255 or 41.39% from 534); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBDD is #B11422. Grayscale: #BABABA. Windows color (decimal): -11605027 or 14543694. OLE color: 14543694.

HSL color Cylindrical-coordinate representation of color #4EEBDD: hue angle of 174.65º degrees, saturation: 0.8, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4EEBDD is Cyan = 0.67, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.08.

Color convert

RGB 78 235 221 -
CMYK 0.67 0 0.06 0.08
HSL 174.65º 0.8% 0.61% -
HSV(B) 174.65º 0.67% 0.92% -
XYZ 45.9 66.26 78.78 -
YUV 186.46 147.49 50.64 -
System Red Green Blue C M Y K H S L
Decimal 78 235 221 0.67 0 0.06 0.08 174.65 0.8 0.61
Hex 4E EB DD 43 0 6 8 AF 50 3D
Octal 116 353 335 103 0 6 10 257 120 75
Binary 1001110 11101011 11011101 1000011 0 110 1000 10101111 1010000 111101

Color Harmonies of #4EEBDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBDD

Black with #4EEBDD

Text Example


Text Example

White with #4EEBDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(78,235,221); }

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

background-color css

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

 a { background-color: rgb(78,235,221); }

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

border-color css

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

 span { border-color: rgb(78,235,221); }

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