Html Css Color HEX #4CDDB6 Medium Turquoise

📋 copy color: '#4CDDB6'

red 76 ◦ green 221 ◦ blue 182

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

Shades of Medium Turquoise #4CDDB6

Tints of Medium Turquoise #4CDDB6

RGB

 RED value IS 76 (30.08% from 255) = 15.87%

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

 BLUE value IS 182 (71.48% from 255) = 38%

R = 15.87%
G = 46.14%
B = 38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.18

 K value IS 0.13

RGB Variations

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

Color information

#4CDDB6 (or 0x4CDDB6) is known color: Medium Turquoise. HEX triplet: 4C, DD and B6. RGB value is (76,221,182). Sum of RGB (Red+Green+Blue) = 76+221+182=479 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.87% from 479); Green value is 221 (86.72% from 255 or 46.14% from 479); Blue value is 182 (71.48% from 255 or 38.00% from 479); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDB6 is #B32249. Grayscale: #ADADAD. Windows color (decimal): -11739722 or 11984204. OLE color: 11984204.

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

Color convert

RGB 76 221 182 -
CMYK 0.66 0 0.18 0.13
HSL 163.86º 0.68% 0.58% -
HSV(B) 163.86º 0.66% 0.87% -
XYZ 37.28 56.63 53.22 -
YUV 173.2 132.96 58.67 -
System Red Green Blue C M Y K H S L
Decimal 76 221 182 0.66 0 0.18 0.13 163.86 0.68 0.58
Hex 4C DD B6 42 0 12 D A4 44 3A
Octal 114 335 266 102 0 22 15 244 104 72
Binary 1001100 11011101 10110110 1000010 0 10010 1101 10100100 1000100 111010

Color Harmonies of #4CDDB6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDB6

Black with #4CDDB6

Text Example


Text Example

White with #4CDDB6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,221,182); }

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

background-color css

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

 a { background-color: rgb(76,221,182); }

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

border-color css

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

 span { border-color: rgb(76,221,182); }

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