Html Css Color HEX #4DDECA Turquoise

📋 copy color: '#4DDECA'

red 77 ◦ green 222 ◦ blue 202

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

Shades of Turquoise #4DDECA

Tints of Turquoise #4DDECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 40.32%

R = 15.37%
G = 44.31%
B = 40.32%

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

#4DDECA (or 0x4DDECA) is known color: Turquoise. HEX triplet: 4D, DE and CA. RGB value is (77,222,202). Sum of RGB (Red+Green+Blue) = 77+222+202=501 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.37% from 501); Green value is 222 (87.11% from 255 or 44.31% from 501); Blue value is 202 (79.30% from 255 or 40.32% from 501); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDECA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDECA is #B22135. Grayscale: #B0B0B0. Windows color (decimal): -11673910 or 13295181. OLE color: 13295181.

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

Color convert

RGB 77 222 202 -
CMYK 0.65 0 0.09 0.13
HSL 171.72º 0.69% 0.59% -
HSV(B) 171.72º 0.65% 0.87% -
XYZ 39.84 58.08 64.99 -
YUV 176.37 142.46 57.13 -
System Red Green Blue C M Y K H S L
Decimal 77 222 202 0.65 0 0.09 0.13 171.72 0.69 0.59
Hex 4D DE CA 41 0 9 D AC 45 3B
Octal 115 336 312 101 0 11 15 254 105 73
Binary 1001101 11011110 11001010 1000001 0 1001 1101 10101100 1000101 111011

Color Harmonies of #4DDECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDECA

Black with #4DDECA

Text Example


Text Example

White with #4DDECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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