#3AF3BF

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

Shades of Turquoise #3AF3BF

Tints of Turquoise #3AF3BF

Color information

#3AF3BF (or 0x3AF3BF) is unknown color: approx Turquoise. HEX triplet: 3A, F3 and BF. RGB value is (58,243,191). Sum of RGB (Red+Green+Blue) = 58+243+191=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 243 (95.31% from 255 or 49.39% from 492); Blue value is 191 (75% from 255 or 38.82% from 492); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3BF is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3BF is #C50C40. Grayscale: #B5B5B5. Windows color (decimal): -12913729 or 12579642. OLE color: 12579642.

HSL color Cylindrical-coordinate representation of color #3AF3BF: hue angle of 163.14º degrees, saturation: 0.89, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF3BF is Cyan = 0.76, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.05.

Color convert

RGB58243191-
CMYK0.7600.210.05
HSL163.14º88.52%59.02%-
HSV(B)163.14º76.13%95.29%-
XYZ43.268.7660.29-
YUV181.76133.2139.73-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.79%
GREEN value IS 243 (95.31% from 255) = 49.39%
BLUE value IS 191 (75% from 255) = 38.82%
R=11.79%
G=49.39%
B=38.82%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582431910.7600.210.05163.1488.5259.02
Hex3AF3BF4C0155a3593b
Octal72363277114025524313173
Binary11101011110011101111111001100010101101101000111011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF3BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #3AF3BF; }

 p { color: rgb(58,243,191); }

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

<style>
 a { background-color: #3AF3BF; }

 a { background-color: rgb(58,243,191); }

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

<style>
 span { border-color: #3AF3BF; }

 span { border-color: rgb(58,243,191); }

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