#4FEFCF

Color #4FEFCF Turquoise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Turquoise #4FEFCF

Tints of Turquoise #4FEFCF

Color information

#4FEFCF (or 0x4FEFCF) is unknown color: approx Turquoise. HEX triplet: 4F, EF and CF. RGB value is (79,239,207). Sum of RGB (Red+Green+Blue) = 79+239+207=525 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.05% from 525); Green value is 239 (93.75% from 255 or 45.52% from 525); Blue value is 207 (81.25% from 255 or 39.43% from 525); Max value from RGB is 239 - color contains mainly: green. Hex color #4FEFCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEFCF is #B01030. Grayscale: #BBBBBB. Windows color (decimal): -11538481 or 13627215. OLE color: 13627215.

HSL color Cylindrical-coordinate representation of color #4FEFCF: hue angle of 168º degrees, saturation: 0.83, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FEFCF is Cyan = 0.67, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.06.

Color convert

RGB79239207-
CMYK0.6700.130.06
HSL168º83.33%62.35%-
HSV(B)168º66.95%93.73%-
XYZ45.3567.969.75-
YUV187.51138.9950.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.05%
GREEN value IS 239 (93.75% from 255) = 45.52%
BLUE value IS 207 (81.25% from 255) = 39.43%
R=15.05%
G=45.52%
B=39.43%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal792392070.6700.130.0616883.3362.35
Hex4FEFCF430D6a8533e
Octal117357317103015625012376
Binary10011111110111111001111100001101101110101010001010011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #4FEFCF;
 }
 .AnyTagClassName
 {
   color: #4FEFCF;
 }
</style>
background-color css

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

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

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

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

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

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