Html Css Color HEX #4CDDCB Turquoise

📋 copy color: '#4CDDCB'

red 76 ◦ green 221 ◦ blue 203

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

Shades of Turquoise #4CDDCB

Tints of Turquoise #4CDDCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 40.6%

R = 15.2%
G = 44.2%
B = 40.6%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.08

 K value IS 0.13

RGB Variations

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

Color information

#4CDDCB (or 0x4CDDCB) is known color: Turquoise. HEX triplet: 4C, DD and CB. RGB value is (76,221,203). Sum of RGB (Red+Green+Blue) = 76+221+203=500 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.2% from 500); Green value is 221 (86.72% from 255 or 44.2% from 500); Blue value is 203 (79.69% from 255 or 40.6% from 500); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDCB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDCB is #B32234. Grayscale: #AFAFAF. Windows color (decimal): -11739701 or 13360460. OLE color: 13360460.

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

Color convert

RGB 76 221 203 -
CMYK 0.66 0 0.08 0.13
HSL 172.55º 0.68% 0.58% -
HSV(B) 172.55º 0.66% 0.87% -
XYZ 39.62 57.56 65.52 -
YUV 175.59 143.46 56.96 -
System Red Green Blue C M Y K H S L
Decimal 76 221 203 0.66 0 0.08 0.13 172.55 0.68 0.58
Hex 4C DD CB 42 0 8 D AD 44 3A
Octal 114 335 313 102 0 10 15 255 104 72
Binary 1001100 11011101 11001011 1000010 0 1000 1101 10101101 1000100 111010

Color Harmonies of #4CDDCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDCB

Black with #4CDDCB

Text Example


Text Example

White with #4CDDCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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