Html Css Color HEX #4FCFCC Medium Turquoise

📋 copy color: '#4FCFCC'

red 79 ◦ green 207 ◦ blue 204

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

Shades of Medium Turquoise #4FCFCC

Tints of Medium Turquoise #4FCFCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 41.63%

R = 16.12%
G = 42.24%
B = 41.63%

CMYK

 C value IS 0.62

 M value IS 0

 Y value IS 0.01

 K value IS 0.19

RGB Variations

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

Color information

#4FCFCC (or 0x4FCFCC) is known color: Medium Turquoise. HEX triplet: 4F, CF and CC. RGB value is (79,207,204). Sum of RGB (Red+Green+Blue) = 79+207+204=490 (64% of max value = 765). Red value is 79 (31.25% from 255 or 16.12% from 490); Green value is 207 (81.25% from 255 or 42.24% from 490); Blue value is 204 (80.08% from 255 or 41.63% from 490); Max value from RGB is 207 - color contains mainly: green. Hex color #4FCFCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #4FCFCC is #B03033. Grayscale: #A8A8A8. Windows color (decimal): -11546676 or 13422415. OLE color: 13422415.

HSL color Cylindrical-coordinate representation of color #4FCFCC: hue angle of 178.59º 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 #4FCFCC is Cyan = 0.62, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.19.

Color convert

RGB 79 207 204 -
CMYK 0.62 0 0.01 0.19
HSL 178.59º 0.57% 0.56% -
HSV(B) 178.59º 0.62% 0.81% -
XYZ 36.44 50.65 64.98 -
YUV 168.39 148.09 64.24 -
System Red Green Blue C M Y K H S L
Decimal 79 207 204 0.62 0 0.01 0.19 178.59 0.57 0.56
Hex 4F CF CC 3E 0 1 13 B3 39 38
Octal 117 317 314 76 0 1 23 263 71 70
Binary 1001111 11001111 11001100 111110 0 1 10011 10110011 111001 111000

Color Harmonies of #4FCFCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #4FCFCC

Black with #4FCFCC

Text Example


Text Example

White with #4FCFCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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