Html Css Color HEX #4EEBDB Turquoise

📋 copy color: '#4EEBDB'

red 78 ◦ green 235 ◦ blue 219

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

Shades of Turquoise #4EEBDB

Tints of Turquoise #4EEBDB

RGB

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

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

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

R = 14.66%
G = 44.17%
B = 41.17%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.07

 K value IS 0.08

RGB Variations

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

Color information

#4EEBDB (or 0x4EEBDB) is known color: Turquoise. HEX triplet: 4E, EB and DB. RGB value is (78,235,219). Sum of RGB (Red+Green+Blue) = 78+235+219=532 (70% of max value = 765). Red value is 78 (30.86% from 255 or 14.66% from 532); Green value is 235 (92.19% from 255 or 44.17% from 532); Blue value is 219 (85.94% from 255 or 41.17% from 532); Max value from RGB is 235 - color contains mainly: green. Hex color #4EEBDB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4EEBDB is #B11424. Grayscale: #BABABA. Windows color (decimal): -11605029 or 14412622. OLE color: 14412622.

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

Color convert

RGB 78 235 219 -
CMYK 0.67 0 0.07 0.08
HSL 173.89º 0.8% 0.61% -
HSV(B) 173.89º 0.67% 0.92% -
XYZ 45.64 66.15 77.38 -
YUV 186.23 146.49 50.8 -
System Red Green Blue C M Y K H S L
Decimal 78 235 219 0.67 0 0.07 0.08 173.89 0.8 0.61
Hex 4E EB DB 43 0 7 8 AE 50 3D
Octal 116 353 333 103 0 7 10 256 120 75
Binary 1001110 11101011 11011011 1000011 0 111 1000 10101110 1010000 111101

Color Harmonies of #4EEBDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4EEBDB

Black with #4EEBDB

Text Example


Text Example

White with #4EEBDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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