Html Css Color HEX #4CDDC9 Turquoise

📋 copy color: '#4CDDC9'

red 76 ◦ green 221 ◦ blue 201

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

Shades of Turquoise #4CDDC9

Tints of Turquoise #4CDDC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 40.36%

R = 15.26%
G = 44.38%
B = 40.36%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4CDDC9 (or 0x4CDDC9) is known color: Turquoise. HEX triplet: 4C, DD and C9. RGB value is (76,221,201). Sum of RGB (Red+Green+Blue) = 76+221+201=498 (65% of max value = 765). Red value is 76 (30.08% from 255 or 15.26% from 498); Green value is 221 (86.72% from 255 or 44.38% from 498); Blue value is 201 (78.91% from 255 or 40.36% from 498); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDC9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDC9 is #B32236. Grayscale: #AFAFAF. Windows color (decimal): -11739703 or 13229388. OLE color: 13229388.

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

Color convert

RGB 76 221 201 -
CMYK 0.66 0 0.09 0.13
HSL 171.72º 0.68% 0.58% -
HSV(B) 171.72º 0.66% 0.87% -
XYZ 39.38 57.47 64.27 -
YUV 175.37 142.46 57.13 -
System Red Green Blue C M Y K H S L
Decimal 76 221 201 0.66 0 0.09 0.13 171.72 0.68 0.58
Hex 4C DD C9 42 0 9 D AC 44 3A
Octal 114 335 311 102 0 11 15 254 104 72
Binary 1001100 11011101 11001001 1000010 0 1001 1101 10101100 1000100 111010

Color Harmonies of #4CDDC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDC9

Black with #4CDDC9

Text Example


Text Example

White with #4CDDC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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