Html Css Color HEX #4DE9D6 Turquoise

📋 copy color: '#4DE9D6'

red 77 ◦ green 233 ◦ blue 214

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

Shades of Turquoise #4DE9D6

Tints of Turquoise #4DE9D6

RGB

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

 GREEN value IS 233 (91.41% from 255) = 44.47%

 BLUE value IS 214 (83.98% from 255) = 40.84%

R = 14.69%
G = 44.47%
B = 40.84%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0.08

 K value IS 0.09

RGB Variations

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

Color information

#4DE9D6 (or 0x4DE9D6) is known color: Turquoise. HEX triplet: 4D, E9 and D6. RGB value is (77,233,214). Sum of RGB (Red+Green+Blue) = 77+233+214=524 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.69% from 524); Green value is 233 (91.41% from 255 or 44.47% from 524); Blue value is 214 (83.98% from 255 or 40.84% from 524); Max value from RGB is 233 - color contains mainly: green. Hex color #4DE9D6 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4DE9D6 is #B21629. Grayscale: #B8B8B8. Windows color (decimal): -11671082 or 14084429. OLE color: 14084429.

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

Color convert

RGB 77 233 214 -
CMYK 0.67 0 0.08 0.09
HSL 172.69º 0.78% 0.61% -
HSV(B) 172.69º 0.67% 0.91% -
XYZ 44.34 64.71 73.77 -
YUV 184.19 144.82 51.54 -
System Red Green Blue C M Y K H S L
Decimal 77 233 214 0.67 0 0.08 0.09 172.69 0.78 0.61
Hex 4D E9 D6 43 0 8 9 AD 4E 3D
Octal 115 351 326 103 0 10 11 255 116 75
Binary 1001101 11101001 11010110 1000011 0 1000 1001 10101101 1001110 111101

Color Harmonies of #4DE9D6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DE9D6

Black with #4DE9D6

Text Example


Text Example

White with #4DE9D6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,233,214); }

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

background-color css

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

 a { background-color: rgb(77,233,214); }

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

border-color css

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

 span { border-color: rgb(77,233,214); }

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