#4FF1C1

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

Shades of Turquoise #4FF1C1

Tints of Turquoise #4FF1C1

Color information

#4FF1C1 (or 0x4FF1C1) is unknown color: approx Turquoise. HEX triplet: 4F, F1 and C1. RGB value is (79,241,193). Sum of RGB (Red+Green+Blue) = 79+241+193=513 (67% of max value = 765). Red value is 79 (31.25% from 255 or 15.40% from 513); Green value is 241 (94.53% from 255 or 46.98% from 513); Blue value is 193 (75.78% from 255 or 37.62% from 513); Max value from RGB is 241 - color contains mainly: green. Hex color #4FF1C1 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF1C1 is #B00E3E. Grayscale: #BBBBBB. Windows color (decimal): -11537983 or 12710223. OLE color: 12710223.

HSL color Cylindrical-coordinate representation of color #4FF1C1: hue angle of 162.22º degrees, saturation: 0.85, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #4FF1C1 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB79241193-
CMYK0.6700.200.05
HSL162.22º85.26%62.75%-
HSV(B)162.22º67.22%94.51%-
XYZ44.3168.4261.32-
YUV187.09131.3350.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.40%
GREEN value IS 241 (94.53% from 255) = 46.98%
BLUE value IS 193 (75.78% from 255) = 37.62%
R=15.40%
G=46.98%
B=37.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792411930.6700.200.05162.2285.2662.75
Hex4FF1C1430145a2553f
Octal117361301103024524212577
Binary100111111110001110000011000011010100101101000101010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF1C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,241,193); }

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

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

 a { background-color: rgb(79,241,193); }

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

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

 span { border-color: rgb(79,241,193); }

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