Html Css Color HEX #4DDEDF Turquoise

📋 copy color: '#4DDEDF'

red 77 ◦ green 222 ◦ blue 223

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

Shades of Turquoise #4DDEDF

Tints of Turquoise #4DDEDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 42.72%

R = 14.75%
G = 42.53%
B = 42.72%

CMYK

 C value IS 0.65

 M value IS 0.00

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4DDEDF (or 0x4DDEDF) is known color: Turquoise. HEX triplet: 4D, DE and DF. RGB value is (77,222,223). Sum of RGB (Red+Green+Blue) = 77+222+223=522 (69% of max value = 765). Red value is 77 (30.47% from 255 or 14.75% from 522); Green value is 222 (87.11% from 255 or 42.53% from 522); Blue value is 223 (87.5% from 255 or 42.72% from 522); Max value from RGB is 223 - color contains mainly: blue. Hex color #4DDEDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DDEDF is #B22120. Grayscale: #B2B2B2. Windows color (decimal): -11673889 or 14671437. OLE color: 14671437.

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

Color convert

RGB 77 222 223 -
CMYK 0.65 0.00 0 0.13
HSL 180.41º 0.7% 0.59% -
HSV(B) 180.41º 0.65% 0.87% -
XYZ 42.5 59.15 78.99 -
YUV 178.76 152.96 55.42 -
System Red Green Blue C M Y K H S L
Decimal 77 222 223 0.65 0.00 0 0.13 180.41 0.7 0.59
Hex 4D DE DF 41 0 0 D B4 46 3B
Octal 115 336 337 101 0 0 15 264 106 73
Binary 1001101 11011110 11011111 1000001 0 0 1101 10110100 1000110 111011

Color Harmonies of #4DDEDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DDEDF

Black with #4DDEDF

Text Example


Text Example

White with #4DDEDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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