Html Css Color HEX #4FCDDC Medium Turquoise

📋 copy color: '#4FCDDC'

red 79 ◦ green 205 ◦ blue 220

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

Shades of Medium Turquoise #4FCDDC

Tints of Medium Turquoise #4FCDDC

RGB

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

 GREEN value IS 205 (80.47% from 255) = 40.67%

 BLUE value IS 220 (86.33% from 255) = 43.65%

R = 15.67%
G = 40.67%
B = 43.65%

CMYK

 C value IS 0.64

 M value IS 0.07

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FCDDC (or 0x4FCDDC) is known color: Medium Turquoise. HEX triplet: 4F, CD and DC. RGB value is (79,205,220). Sum of RGB (Red+Green+Blue) = 79+205+220=504 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.67% from 504); Green value is 205 (80.47% from 255 or 40.67% from 504); Blue value is 220 (86.33% from 255 or 43.65% from 504); Max value from RGB is 220 - color contains mainly: blue. Hex color #4FCDDC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCDDC is #B03223. Grayscale: #A8A8A8. Windows color (decimal): -11547172 or 14470479. OLE color: 14470479.

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

Color convert

RGB 79 205 220 -
CMYK 0.64 0.07 0 0.14
HSL 186.38º 0.67% 0.59% -
HSV(B) 186.38º 0.64% 0.86% -
XYZ 37.97 50.49 75.45 -
YUV 169.04 156.76 63.78 -
System Red Green Blue C M Y K H S L
Decimal 79 205 220 0.64 0.07 0 0.14 186.38 0.67 0.59
Hex 4F CD DC 40 7 0 E BA 43 3B
Octal 117 315 334 100 7 0 16 272 103 73
Binary 1001111 11001101 11011100 1000000 111 0 1110 10111010 1000011 111011

Color Harmonies of #4FCDDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCDDC

Black with #4FCDDC

Text Example


Text Example

White with #4FCDDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(79,205,220); }

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

background-color css

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

 a { background-color: rgb(79,205,220); }

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

border-color css

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

 span { border-color: rgb(79,205,220); }

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