#4FEDCF

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

Shades of Turquoise #4FEDCF

Tints of Turquoise #4FEDCF

Color information

#4FEDCF (or 0x4FEDCF) is unknown color: approx Turquoise. HEX triplet: 4F, ED and CF. RGB value is (79,237,207). Sum of RGB (Red+Green+Blue) = 79+237+207=523 (69% of max value = 765). Red value is 79 (31.25% from 255 or 15.11% from 523); Green value is 237 (92.97% from 255 or 45.32% from 523); Blue value is 207 (81.25% from 255 or 39.58% from 523); Max value from RGB is 237 - color contains mainly: green. Hex color #4FEDCF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FEDCF is #B01230. Grayscale: #BABABA. Windows color (decimal): -11538993 or 13626703. OLE color: 13626703.

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

Color convert

RGB79237207-
CMYK0.6700.130.07
HSL168.61º81.44%61.96%-
HSV(B)168.61º66.67%92.94%-
XYZ44.7766.7469.55-
YUV186.34139.6551.44-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.11%
GREEN value IS 237 (92.97% from 255) = 45.32%
BLUE value IS 207 (81.25% from 255) = 39.58%
R=15.11%
G=45.32%
B=39.58%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal792372070.6700.130.07168.6181.4461.96
Hex4FEDCF430D7a9513e
Octal117355317103015725112176
Binary10011111110110111001111100001101101111101010011010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FEDCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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