#4FF3C3

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

Shades of Turquoise #4FF3C3

Tints of Turquoise #4FF3C3

Color information

#4FF3C3 (or 0x4FF3C3) is unknown color: approx Turquoise. HEX triplet: 4F, F3 and C3. RGB value is (79,243,195). Sum of RGB (Red+Green+Blue) = 79+243+195=517 (68% of max value = 765). Red value is 79 (31.25% from 255 or 15.28% from 517); Green value is 243 (95.31% from 255 or 47.00% from 517); Blue value is 195 (76.56% from 255 or 37.72% from 517); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF3C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF3C3 is #B00C3C. Grayscale: #BCBCBC. Windows color (decimal): -11537469 or 12841807. OLE color: 12841807.

HSL color Cylindrical-coordinate representation of color #4FF3C3: hue angle of 162.44º degrees, saturation: 0.87, 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 #4FF3C3 is Cyan = 0.67, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.05.

Color convert

RGB79243195-
CMYK0.6700.200.05
HSL162.44º87.23%63.14%-
HSV(B)162.44º67.49%95.29%-
XYZ45.1369.762.71-
YUV188.49131.6749.9-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 15.28%
GREEN value IS 243 (95.31% from 255) = 47.00%
BLUE value IS 195 (76.56% from 255) = 37.72%
R=15.28%
G=47.00%
B=37.72%

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
Decimal792431950.6700.200.05162.4487.2363.14
Hex4FF3C3430145a2573f
Octal117363303103024524212777
Binary100111111110011110000111000011010100101101000101010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF3C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,243,195); }

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

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

 a { background-color: rgb(79,243,195); }

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

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

 span { border-color: rgb(79,243,195); }

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