Html Css Color HEX #4FCEDD Medium Turquoise

📋 copy color: '#4FCEDD'

red 79 ◦ green 206 ◦ blue 221

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

Shades of Medium Turquoise #4FCEDD

Tints of Medium Turquoise #4FCEDD

RGB

 RED value IS 79 (31.25% from 255) = 15.61%

 GREEN value IS 206 (80.86% from 255) = 40.71%

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

R = 15.61%
G = 40.71%
B = 43.68%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FCEDD (or 0x4FCEDD) is known color: Medium Turquoise. HEX triplet: 4F, CE and DD. RGB value is (79,206,221). Sum of RGB (Red+Green+Blue) = 79+206+221=506 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.61% from 506); Green value is 206 (80.86% from 255 or 40.71% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FCEDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCEDD is #B03122. Grayscale: #A9A9A9. Windows color (decimal): -11546915 or 14536271. OLE color: 14536271.

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

Color convert

RGB 79 206 221 -
CMYK 0.64 0.07 0 0.13
HSL 186.34º 0.68% 0.59% -
HSV(B) 186.34º 0.64% 0.87% -
XYZ 38.35 51.03 76.23 -
YUV 169.74 156.92 63.28 -
System Red Green Blue C M Y K H S L
Decimal 79 206 221 0.64 0.07 0 0.13 186.34 0.68 0.59
Hex 4F CE DD 40 7 0 D BA 44 3B
Octal 117 316 335 100 7 0 15 272 104 73
Binary 1001111 11001110 11011101 1000000 111 0 1101 10111010 1000100 111011

Color Harmonies of #4FCEDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCEDD

Black with #4FCEDD

Text Example


Text Example

White with #4FCEDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,206,221); }

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

background-color css

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

 a { background-color: rgb(79,206,221); }

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

border-color css

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

 span { border-color: rgb(79,206,221); }

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