Html Css Color HEX #4DE8DB Turquoise

📋 copy color: '#4DE8DB'

red 77 ◦ green 232 ◦ blue 219

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

Shades of Turquoise #4DE8DB

Tints of Turquoise #4DE8DB

RGB

 RED value IS 77 (30.47% from 255) = 14.58%

 GREEN value IS 232 (91.02% from 255) = 43.94%

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

R = 14.58%
G = 43.94%
B = 41.48%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.06

 K value IS 0.09

RGB Variations

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

Color information

#4DE8DB (or 0x4DE8DB) is known color: Turquoise. HEX triplet: 4D, E8 and DB. RGB value is (77,232,219). Sum of RGB (Red+Green+Blue) = 77+232+219=528 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.58% from 528); Green value is 232 (91.02% from 255 or 43.94% from 528); Blue value is 219 (85.94% from 255 or 41.48% from 528); Max value from RGB is 232 - color contains mainly: green. Hex color #4DE8DB is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DE8DB is #B21724. Grayscale: #B8B8B8. Windows color (decimal): -11671333 or 14411853. OLE color: 14411853.

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

Color convert

RGB 77 232 219 -
CMYK 0.67 0 0.06 0.09
HSL 174.97º 0.77% 0.61% -
HSV(B) 174.97º 0.67% 0.91% -
XYZ 44.7 64.41 77.09 -
YUV 184.17 147.65 51.56 -
System Red Green Blue C M Y K H S L
Decimal 77 232 219 0.67 0 0.06 0.09 174.97 0.77 0.61
Hex 4D E8 DB 43 0 6 9 AF 4D 3D
Octal 115 350 333 103 0 6 11 257 115 75
Binary 1001101 11101000 11011011 1000011 0 110 1001 10101111 1001101 111101

Color Harmonies of #4DE8DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE8DB

Black with #4DE8DB

Text Example


Text Example

White with #4DE8DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,232,219); }

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

background-color css

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

 a { background-color: rgb(77,232,219); }

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

border-color css

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

 span { border-color: rgb(77,232,219); }

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