Html Css Color HEX #4CDECC Turquoise

📋 copy color: '#4CDECC'

red 76 ◦ green 222 ◦ blue 204

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

Shades of Turquoise #4CDECC

Tints of Turquoise #4CDECC

RGB

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

 GREEN value IS 222 (87.11% from 255) = 44.22%

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 15.14%
G = 44.22%
B = 40.64%

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

#4CDECC (or 0x4CDECC) is known color: Turquoise. HEX triplet: 4C, DE and CC. RGB value is (76,222,204). Sum of RGB (Red+Green+Blue) = 76+222+204=502 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.14% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDECC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDECC is #B32133. Grayscale: #B0B0B0. Windows color (decimal): -11739444 or 13426252. OLE color: 13426252.

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

Color convert

RGB 76 222 204 -
CMYK 0.66 0 0.08 0.13
HSL 172.6º 0.69% 0.58% -
HSV(B) 172.6º 0.66% 0.87% -
XYZ 40 58.14 66.24 -
YUV 176.29 143.63 56.46 -
System Red Green Blue C M Y K H S L
Decimal 76 222 204 0.66 0 0.08 0.13 172.6 0.69 0.58
Hex 4C DE CC 42 0 8 D AD 45 3A
Octal 114 336 314 102 0 10 15 255 105 72
Binary 1001100 11011110 11001100 1000010 0 1000 1101 10101101 1000101 111010

Color Harmonies of #4CDECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDECC

Black with #4CDECC

Text Example


Text Example

White with #4CDECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(76,222,204); }

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

background-color css

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

 a { background-color: rgb(76,222,204); }

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

border-color css

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

 span { border-color: rgb(76,222,204); }

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