Html Css Color HEX #4DDDCA Turquoise

📋 copy color: '#4DDDCA'

red 77 ◦ green 221 ◦ blue 202

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

Shades of Turquoise #4DDDCA

Tints of Turquoise #4DDDCA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.4%

R = 15.4%
G = 44.2%
B = 40.4%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4DDDCA (or 0x4DDDCA) is known color: Turquoise. HEX triplet: 4D, DD and CA. RGB value is (77,221,202). Sum of RGB (Red+Green+Blue) = 77+221+202=500 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.4% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 202 (79.30% from 255 or 40.4% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #4DDDCA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDDCA is #B22235. Grayscale: #AFAFAF. Windows color (decimal): -11674166 or 13294925. OLE color: 13294925.

HSL color Cylindrical-coordinate representation of color #4DDDCA: hue angle of 172.08º 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 #4DDDCA is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 221 202 -
CMYK 0.65 0 0.09 0.13
HSL 172.08º 0.68% 0.58% -
HSV(B) 172.08º 0.65% 0.87% -
XYZ 39.58 57.55 64.9 -
YUV 175.78 142.79 57.54 -
System Red Green Blue C M Y K H S L
Decimal 77 221 202 0.65 0 0.09 0.13 172.08 0.68 0.58
Hex 4D DD CA 41 0 9 D AC 44 3A
Octal 115 335 312 101 0 11 15 254 104 72
Binary 1001101 11011101 11001010 1000001 0 1001 1101 10101100 1000100 111010

Color Harmonies of #4DDDCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDDCA

Black with #4DDDCA

Text Example


Text Example

White with #4DDDCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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