#4FF3D3

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

Shades of Turquoise #4FF3D3

Tints of Turquoise #4FF3D3

Color information

#4FF3D3 (or 0x4FF3D3) is unknown color: approx Turquoise. HEX triplet: 4F, F3 and D3. RGB value is (79,243,211). Sum of RGB (Red+Green+Blue) = 79+243+211=533 (70% of max value = 765). Red value is 79 (31.25% from 255 or 14.82% from 533); Green value is 243 (95.31% from 255 or 45.59% from 533); Blue value is 211 (82.81% from 255 or 39.59% from 533); Max value from RGB is 243 - color contains mainly: green. Hex color #4FF3D3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #4FF3D3 is #B00C2C. Grayscale: #BEBEBE. Windows color (decimal): -11537453 or 13890383. OLE color: 13890383.

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

Color convert

RGB79243211-
CMYK0.6700.130.05
HSL168.29º87.23%63.14%-
HSV(B)168.29º67.49%95.29%-
XYZ47.0370.4772.75-
YUV190.32139.6748.6-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 14.82%
GREEN value IS 243 (95.31% from 255) = 45.59%
BLUE value IS 211 (82.81% from 255) = 39.59%
R=14.82%
G=45.59%
B=39.59%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal792432110.6700.130.05168.2987.2363.14
Hex4FF3D3430D5a8573f
Octal117363323103015525012777
Binary10011111111001111010011100001101101101101010001010111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4FF3D3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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