Html Css Color HEX #4DDECB Turquoise

📋 copy color: '#4DDECB'

red 77 ◦ green 222 ◦ blue 203

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

Shades of Turquoise #4DDECB

Tints of Turquoise #4DDECB

RGB

 RED value IS 77 (30.47% from 255) = 15.34%

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

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

R = 15.34%
G = 44.22%
B = 40.44%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.09

 K value IS 0.13

RGB Variations

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

Color information

#4DDECB (or 0x4DDECB) is known color: Turquoise. HEX triplet: 4D, DE and CB. RGB value is (77,222,203). Sum of RGB (Red+Green+Blue) = 77+222+203=502 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.34% from 502); Green value is 222 (87.11% from 255 or 44.22% from 502); Blue value is 203 (79.69% from 255 or 40.44% from 502); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDECB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDECB is #B22134. Grayscale: #B0B0B0. Windows color (decimal): -11673909 or 13360717. OLE color: 13360717.

HSL color Cylindrical-coordinate representation of color #4DDECB: hue angle of 172.14º degrees, saturation: 0.69, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #4DDECB is Cyan = 0.65, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.13.

Color convert

RGB 77 222 203 -
CMYK 0.65 0 0.09 0.13
HSL 172.14º 0.69% 0.59% -
HSV(B) 172.14º 0.65% 0.87% -
XYZ 39.96 58.13 65.61 -
YUV 176.48 142.96 57.04 -
System Red Green Blue C M Y K H S L
Decimal 77 222 203 0.65 0 0.09 0.13 172.14 0.69 0.59
Hex 4D DE CB 41 0 9 D AC 45 3B
Octal 115 336 313 101 0 11 15 254 105 73
Binary 1001101 11011110 11001011 1000001 0 1001 1101 10101100 1000101 111011

Color Harmonies of #4DDECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDECB

Black with #4DDECB

Text Example


Text Example

White with #4DDECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,222,203); }

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

background-color css

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

 a { background-color: rgb(77,222,203); }

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

border-color css

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

 span { border-color: rgb(77,222,203); }

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