Html Css Color HEX #4CDDCD Turquoise

📋 copy color: '#4CDDCD'

red 76 ◦ green 221 ◦ blue 205

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

Shades of Turquoise #4CDDCD

Tints of Turquoise #4CDDCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 40.84%

R = 15.14%
G = 44.02%
B = 40.84%

CMYK

 C value IS 0.66

 M value IS 0

 Y value IS 0.07

 K value IS 0.13

RGB Variations

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

Color information

#4CDDCD (or 0x4CDDCD) is known color: Turquoise. HEX triplet: 4C, DD and CD. RGB value is (76,221,205). Sum of RGB (Red+Green+Blue) = 76+221+205=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 221 (86.72% from 255 or 44.02% from 502); Blue value is 205 (80.47% from 255 or 40.84% from 502); Max value from RGB is 221 - color contains mainly: green. Hex color #4CDDCD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDDCD is #B32232. Grayscale: #AFAFAF. Windows color (decimal): -11739699 or 13491532. OLE color: 13491532.

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

Color convert

RGB 76 221 205 -
CMYK 0.66 0 0.07 0.13
HSL 173.38º 0.68% 0.58% -
HSV(B) 173.38º 0.66% 0.87% -
XYZ 39.86 57.66 66.79 -
YUV 175.82 144.46 56.8 -
System Red Green Blue C M Y K H S L
Decimal 76 221 205 0.66 0 0.07 0.13 173.38 0.68 0.58
Hex 4C DD CD 42 0 7 D AD 44 3A
Octal 114 335 315 102 0 7 15 255 104 72
Binary 1001100 11011101 11001101 1000010 0 111 1101 10101101 1000100 111010

Color Harmonies of #4CDDCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDDCD

Black with #4CDDCD

Text Example


Text Example

White with #4CDDCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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