#3af8ba

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

Shades of Turquoise #3AF8BA

Tints of Turquoise #3AF8BA

Color information

#3AF8BA (or 0x3AF8BA) is unknown color: approx Turquoise. HEX triplet: 3A, F8 and BA. RGB value is (58,248,186). Sum of RGB (Red+Green+Blue) = 58+248+186=492 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.79% from 492); Green value is 248 (97.27% from 255 or 50.41% from 492); Blue value is 186 (73.05% from 255 or 37.80% from 492); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8BA is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF8BA is #C50745. Grayscale: #B8B8B8. Windows color (decimal): -12912454 or 12253242. OLE color: 12253242.

HSL color Cylindrical-coordinate representation of color #3AF8BA: hue angle of 160.42º degrees, saturation: 0.93, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF8BA is Cyan = 0.77, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.03.

Color convert

RGB58248186-
CMYK0.7700.250.03
HSL160.42º93.14%60%-
HSV(B)160.42º76.61%97.25%-
XYZ44.1871.5857.94-
YUV184.12129.0538.04-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.79%
GREEN value IS 248 (97.27% from 255) = 50.41%
BLUE value IS 186 (73.05% from 255) = 37.80%
R=11.79%
G=50.41%
B=37.80%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582481860.7700.250.03160.4293.1460
Hex3AF8BA4D0193a05d3c
Octal72370272115031324013574
Binary1110101111100010111010100110101100111101000001011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3af8ba

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,248,186); }

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

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

 a { background-color: rgb(58,248,186); }

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

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

 span { border-color: rgb(58,248,186); }

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