Html Css Color HEX #4FCFDF Medium Turquoise

📋 copy color: '#4FCFDF'

red 79 ◦ green 207 ◦ blue 223

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

Shades of Medium Turquoise #4FCFDF

Tints of Medium Turquoise #4FCFDF

RGB

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

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

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

R = 15.52%
G = 40.67%
B = 43.81%

CMYK

 C value IS 0.65

 M value IS 0.07

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#4FCFDF (or 0x4FCFDF) is known color: Medium Turquoise. HEX triplet: 4F, CF and DF. RGB value is (79,207,223). Sum of RGB (Red+Green+Blue) = 79+207+223=509 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.52% from 509); Green value is 207 (81.25% from 255 or 40.67% from 509); Blue value is 223 (87.5% from 255 or 43.81% from 509); Max value from RGB is 223 - color contains mainly: blue. Hex color #4FCFDF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFDF is #B03020. Grayscale: #AAAAAA. Windows color (decimal): -11546657 or 14667599. OLE color: 14667599.

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

Color convert

RGB 79 207 223 -
CMYK 0.65 0.07 0 0.13
HSL 186.67º 0.69% 0.59% -
HSV(B) 186.67º 0.65% 0.87% -
XYZ 38.86 51.62 77.73 -
YUV 170.55 157.59 62.7 -
System Red Green Blue C M Y K H S L
Decimal 79 207 223 0.65 0.07 0 0.13 186.67 0.69 0.59
Hex 4F CF DF 41 7 0 D BB 45 3B
Octal 117 317 337 101 7 0 15 273 105 73
Binary 1001111 11001111 11011111 1000001 111 0 1101 10111011 1000101 111011

Color Harmonies of #4FCFDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFDF

Black with #4FCFDF

Text Example


Text Example

White with #4FCFDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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