Html Css Color HEX #4DDDCE Turquoise

📋 copy color: '#4DDDCE'

red 77 ◦ green 221 ◦ blue 206

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

Shades of Turquoise #4DDDCE

Tints of Turquoise #4DDDCE

RGB

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

 GREEN value IS 221 (86.72% from 255) = 43.85%

 BLUE value IS 206 (80.86% from 255) = 40.87%

R = 15.28%
G = 43.85%
B = 40.87%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#4DDDCE (or 0x4DDDCE) is known color: Turquoise. HEX triplet: 4D, DD and CE. RGB value is (77,221,206). Sum of RGB (Red+Green+Blue) = 77+221+206=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 221 (86.72% from 255 or 43.85% from 504); Blue value is 206 (80.86% from 255 or 40.87% from 504); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDCE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDCE is #B22231. Grayscale: #B0B0B0. Windows color (decimal): -11674162 or 13557069. OLE color: 13557069.

HSL color Cylindrical-coordinate representation of color #4DDDCE: hue angle of 173.75º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDDCE is Cyan = 0.65, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 221 206 -
CMYK 0.65 0 0.07 0.13
HSL 173.75º 0.68% 0.58% -
HSV(B) 173.75º 0.65% 0.87% -
XYZ 40.06 57.75 67.43 -
YUV 176.23 144.79 57.22 -
System Red Green Blue C M Y K H S L
Decimal 77 221 206 0.65 0 0.07 0.13 173.75 0.68 0.58
Hex 4D DD CE 41 0 7 D AE 44 3A
Octal 115 335 316 101 0 7 15 256 104 72
Binary 1001101 11011101 11001110 1000001 0 111 1101 10101110 1000100 111010

Color Harmonies of #4DDDCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDCE

Black with #4DDDCE

Text Example


Text Example

White with #4DDDCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,221,206); }

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

background-color css

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

 a { background-color: rgb(77,221,206); }

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

border-color css

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

 span { border-color: rgb(77,221,206); }

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