Html Css Color HEX #4DDEDA Turquoise

📋 copy color: '#4DDEDA'

red 77 ◦ green 222 ◦ blue 218

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

Shades of Turquoise #4DDEDA

Tints of Turquoise #4DDEDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 42.17%

R = 14.89%
G = 42.94%
B = 42.17%

CMYK

 C value IS 0.65

 M value IS 0

 Y value IS 0.02

 K value IS 0.13

RGB Variations

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

Color information

#4DDEDA (or 0x4DDEDA) is known color: Turquoise. HEX triplet: 4D, DE and DA. RGB value is (77,222,218). Sum of RGB (Red+Green+Blue) = 77+222+218=517 (68% of max value = 765). Red value is 77 (30.47% from 255 or 14.89% from 517); Green value is 222 (87.11% from 255 or 42.94% from 517); Blue value is 218 (85.55% from 255 or 42.17% from 517); Max value from RGB is 222 - color contains mainly: green. Hex color #4DDEDA is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEDA is #B22125. Grayscale: #B2B2B2. Windows color (decimal): -11673894 or 14343757. OLE color: 14343757.

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

Color convert

RGB 77 222 218 -
CMYK 0.65 0 0.02 0.13
HSL 178.34º 0.69% 0.59% -
HSV(B) 178.34º 0.65% 0.87% -
XYZ 41.84 58.88 75.49 -
YUV 178.19 150.46 55.83 -
System Red Green Blue C M Y K H S L
Decimal 77 222 218 0.65 0 0.02 0.13 178.34 0.69 0.59
Hex 4D DE DA 41 0 2 D B2 45 3B
Octal 115 336 332 101 0 2 15 262 105 73
Binary 1001101 11011110 11011010 1000001 0 10 1101 10110010 1000101 111011

Color Harmonies of #4DDEDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDEDA

Black with #4DDEDA

Text Example


Text Example

White with #4DDEDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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