Html Css Color HEX #4FCFCB Medium Turquoise

📋 copy color: '#4FCFCB'

red 79 ◦ green 207 ◦ blue 203

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

Shades of Medium Turquoise #4FCFCB

Tints of Medium Turquoise #4FCFCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 41.51%

R = 16.16%
G = 42.33%
B = 41.51%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#4FCFCB (or 0x4FCFCB) is known color: Medium Turquoise. HEX triplet: 4F, CF and CB. RGB value is (79,207,203). Sum of RGB (Red+Green+Blue) = 79+207+203=489 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.16% from 489); Green value is 207 (81.25% from 255 or 42.33% from 489); Blue value is 203 (79.69% from 255 or 41.51% from 489); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCFCB is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFCB is #B03034. Grayscale: #A8A8A8. Windows color (decimal): -11546677 or 13356879. OLE color: 13356879.

HSL color Cylindrical-coordinate representation of color #4FCFCB: hue angle of 178.12º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4FCFCB is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 207 203 -
CMYK 0.62 0 0.02 0.19
HSL 178.13º 0.57% 0.56% -
HSV(B) 178.13º 0.62% 0.81% -
XYZ 36.32 50.6 64.35 -
YUV 168.27 147.59 64.33 -
System Red Green Blue C M Y K H S L
Decimal 79 207 203 0.62 0 0.02 0.19 178.13 0.57 0.56
Hex 4F CF CB 3E 0 2 13 B2 39 38
Octal 117 317 313 76 0 2 23 262 71 70
Binary 1001111 11001111 11001011 111110 0 10 10011 10110010 111001 111000

Color Harmonies of #4FCFCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFCB

Black with #4FCFCB

Text Example


Text Example

White with #4FCFCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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