Html Css Color HEX #4DDFCC Turquoise

📋 copy color: '#4DDFCC'

red 77 ◦ green 223 ◦ blue 204

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

Shades of Turquoise #4DDFCC

Tints of Turquoise #4DDFCC

RGB

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

 GREEN value IS 223 (87.5% from 255) = 44.25%

 BLUE value IS 204 (80.08% from 255) = 40.48%

R = 15.28%
G = 44.25%
B = 40.48%

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

#4DDFCC (or 0x4DDFCC) is known color: Turquoise. HEX triplet: 4D, DF and CC. RGB value is (77,223,204). Sum of RGB (Red+Green+Blue) = 77+223+204=504 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.28% from 504); Green value is 223 (87.5% from 255 or 44.25% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 223 - color contains mainly: green. Hex color #4DDFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDFCC is #B22033. Grayscale: #B1B1B1. Windows color (decimal): -11673652 or 13426509. OLE color: 13426509.

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

Color convert

RGB 77 223 204 -
CMYK 0.65 0 0.09 0.13
HSL 172.19º 0.7% 0.59% -
HSV(B) 172.19º 0.65% 0.87% -
XYZ 40.35 58.71 66.33 -
YUV 177.18 143.13 56.54 -
System Red Green Blue C M Y K H S L
Decimal 77 223 204 0.65 0 0.09 0.13 172.19 0.7 0.59
Hex 4D DF CC 41 0 9 D AC 46 3B
Octal 115 337 314 101 0 11 15 254 106 73
Binary 1001101 11011111 11001100 1000001 0 1001 1101 10101100 1000110 111011

Color Harmonies of #4DDFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDFCC

Black with #4DDFCC

Text Example


Text Example

White with #4DDFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,223,204); }

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

background-color css

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

 a { background-color: rgb(77,223,204); }

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

border-color css

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

 span { border-color: rgb(77,223,204); }

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