Html Css Color HEX #4CDECD Turquoise

📋 copy color: '#4CDECD'

red 76 ◦ green 222 ◦ blue 205

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

Shades of Turquoise #4CDECD

Tints of Turquoise #4CDECD

RGB

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

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

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

R = 15.11%
G = 44.14%
B = 40.76%

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

#4CDECD (or 0x4CDECD) is known color: Turquoise. HEX triplet: 4C, DE and CD. RGB value is (76,222,205). Sum of RGB (Red+Green+Blue) = 76+222+205=503 (66% of max value = 765). Red value is 76 (30.08% from 255 or 15.11% from 503); Green value is 222 (87.11% from 255 or 44.14% from 503); Blue value is 205 (80.47% from 255 or 40.76% from 503); Max value from RGB is 222 - color contains mainly: green. Hex color #4CDECD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CDECD is #B32132. Grayscale: #B0B0B0. Windows color (decimal): -11739443 or 13491788. OLE color: 13491788.

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

Color convert

RGB 76 222 205 -
CMYK 0.66 0 0.08 0.13
HSL 173.01º 0.69% 0.58% -
HSV(B) 173.01º 0.66% 0.87% -
XYZ 40.12 58.19 66.87 -
YUV 176.41 144.13 56.38 -
System Red Green Blue C M Y K H S L
Decimal 76 222 205 0.66 0 0.08 0.13 173.01 0.69 0.58
Hex 4C DE CD 42 0 8 D AD 45 3A
Octal 114 336 315 102 0 10 15 255 105 72
Binary 1001100 11011110 11001101 1000010 0 1000 1101 10101101 1000101 111010

Color Harmonies of #4CDECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4CDECD

Black with #4CDECD

Text Example


Text Example

White with #4CDECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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