Html Css Color HEX #4CDDB9 Turquoise

📋 copy color: '#4CDDB9'

red 76 ◦ green 221 ◦ blue 185

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

Shades of Turquoise #4CDDB9

Tints of Turquoise #4CDDB9

RGB

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

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

 BLUE value IS 185 (72.66% from 255) = 38.38%

R = 15.77%
G = 45.85%
B = 38.38%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.16

 K value IS 0.13

RGB Variations

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

Color information

#4CDDB9 (or 0x4CDDB9) is known color: Turquoise. HEX triplet: 4C, DD and B9. RGB value is (76,221,185). Sum of RGB (Red+Green+Blue) = 76+221+185=482 (63% of max value = 765). Red value is 76 (30.08% from 255 or 15.77% from 482); Green value is 221 (86.72% from 255 or 45.85% from 482); Blue value is 185 (72.66% from 255 or 38.38% from 482); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDB9 is #B32246. Grayscale: #ADADAD. Windows color (decimal): -11739719 or 12180812. OLE color: 12180812.

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

Color convert

RGB 76 221 185 -
CMYK 0.66 0 0.16 0.13
HSL 165.1º 0.68% 0.58% -
HSV(B) 165.1º 0.66% 0.87% -
XYZ 37.59 56.75 54.87 -
YUV 173.54 134.46 58.43 -
System Red Green Blue C M Y K H S L
Decimal 76 221 185 0.66 0 0.16 0.13 165.1 0.68 0.58
Hex 4C DD B9 42 0 10 D A5 44 3A
Octal 114 335 271 102 0 20 15 245 104 72
Binary 1001100 11011101 10111001 1000010 0 10000 1101 10100101 1000100 111010

Color Harmonies of #4CDDB9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDB9

Black with #4CDDB9

Text Example


Text Example

White with #4CDDB9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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