Html Css Color HEX #4FCFDB Medium Turquoise

📋 copy color: '#4FCFDB'

red 79 ◦ green 207 ◦ blue 219

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

Shades of Medium Turquoise #4FCFDB

Tints of Medium Turquoise #4FCFDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 43.37%

R = 15.64%
G = 40.99%
B = 43.37%

CMYK

 C value IS 0.64

 M value IS 0.05

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#4FCFDB (or 0x4FCFDB) is known color: Medium Turquoise. HEX triplet: 4F, CF and DB. RGB value is (79,207,219). Sum of RGB (Red+Green+Blue) = 79+207+219=505 (66% of max value = 765). Red value is 79 (31.25% from 255 or 15.64% from 505); Green value is 207 (81.25% from 255 or 40.99% from 505); Blue value is 219 (85.94% from 255 or 43.37% from 505); Max value from RGB is 219 - color contains mainly: blue. Hex color #4FCFDB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFDB is #B03024. Grayscale: #A9A9A9. Windows color (decimal): -11546661 or 14405455. OLE color: 14405455.

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

Color convert

RGB 79 207 219 -
CMYK 0.64 0.05 0 0.14
HSL 185.14º 0.66% 0.58% -
HSV(B) 185.14º 0.64% 0.86% -
XYZ 38.32 51.4 74.92 -
YUV 170.1 155.59 63.02 -
System Red Green Blue C M Y K H S L
Decimal 79 207 219 0.64 0.05 0 0.14 185.14 0.66 0.58
Hex 4F CF DB 40 5 0 E B9 42 3A
Octal 117 317 333 100 5 0 16 271 102 72
Binary 1001111 11001111 11011011 1000000 101 0 1110 10111001 1000010 111010

Color Harmonies of #4FCFDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFDB

Black with #4FCFDB

Text Example


Text Example

White with #4FCFDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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