Html Css Color HEX #4DCFDD Medium Turquoise

📋 copy color: '#4DCFDD'

red 77 ◦ green 207 ◦ blue 221

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

Shades of Medium Turquoise #4DCFDD

Tints of Medium Turquoise #4DCFDD

RGB

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

 GREEN value IS 207 (81.25% from 255) = 40.99%

 BLUE value IS 221 (86.72% from 255) = 43.76%

R = 15.25%
G = 40.99%
B = 43.76%

CMYK

 C value IS 0.65

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4DCFDD (or 0x4DCFDD) is known color: Medium Turquoise. HEX triplet: 4D, CF and DD. RGB value is (77,207,221). Sum of RGB (Red+Green+Blue) = 77+207+221=505 (66% of max value = 765). Red value is 77 (30.47% from 255 or 15.25% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 221 (86.72% from 255 or 43.76% from 505); Max value from RGB is 221 - color contains mainly: blue. Hex color #4DCFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4DCFDD is #B23022. Grayscale: #A9A9A9. Windows color (decimal): -11677731 or 14536525. OLE color: 14536525.

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

Color convert

RGB 77 207 221 -
CMYK 0.65 0.06 0 0.13
HSL 185.83º 0.68% 0.58% -
HSV(B) 185.83º 0.65% 0.87% -
XYZ 38.42 51.42 76.31 -
YUV 169.73 156.93 61.86 -
System Red Green Blue C M Y K H S L
Decimal 77 207 221 0.65 0.06 0 0.13 185.83 0.68 0.58
Hex 4D CF DD 41 6 0 D BA 44 3A
Octal 115 317 335 101 6 0 15 272 104 72
Binary 1001101 11001111 11011101 1000001 110 0 1101 10111010 1000100 111010

Color Harmonies of #4DCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4DCFDD

Black with #4DCFDD

Text Example


Text Example

White with #4DCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(77,207,221); }

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

background-color css

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

 a { background-color: rgb(77,207,221); }

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

border-color css

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

 span { border-color: rgb(77,207,221); }

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