Html Css Color HEX #4FCFDD Medium Turquoise

📋 copy color: '#4FCFDD'

red 79 ◦ green 207 ◦ blue 221

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

Shades of Medium Turquoise #4FCFDD

Tints of Medium Turquoise #4FCFDD

RGB

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

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

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

R = 15.58%
G = 40.83%
B = 43.59%

CMYK

 C value IS 0.64

 M value IS 0.06

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FCFDD (or 0x4FCFDD) is known color: Medium Turquoise. HEX triplet: 4F, CF and DD. RGB value is (79,207,221). Sum of RGB (Red+Green+Blue) = 79+207+221=507 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.58% from 507); Green value is 207 (81.25% from 255 or 40.83% from 507); Blue value is 221 (86.72% from 255 or 43.59% from 507); Max value from RGB is 221 - color contains mainly: blue. Hex color #4FCFDD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFDD is #B03022. Grayscale: #AAAAAA. Windows color (decimal): -11546659 or 14536527. OLE color: 14536527.

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

Color convert

RGB 79 207 221 -
CMYK 0.64 0.06 0 0.13
HSL 185.92º 0.68% 0.59% -
HSV(B) 185.92º 0.64% 0.87% -
XYZ 38.59 51.51 76.31 -
YUV 170.32 156.59 62.86 -
System Red Green Blue C M Y K H S L
Decimal 79 207 221 0.64 0.06 0 0.13 185.92 0.68 0.59
Hex 4F CF DD 40 6 0 D BA 44 3B
Octal 117 317 335 100 6 0 15 272 104 73
Binary 1001111 11001111 11011101 1000000 110 0 1101 10111010 1000100 111011

Color Harmonies of #4FCFDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFDD

Black with #4FCFDD

Text Example


Text Example

White with #4FCFDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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