#3af5b8

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

Shades of Turquoise #3AF5B8

Tints of Turquoise #3AF5B8

Color information

#3AF5B8 (or 0x3AF5B8) is unknown color: approx Turquoise. HEX triplet: 3A, F5 and B8. RGB value is (58,245,184). Sum of RGB (Red+Green+Blue) = 58+245+184=487 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.91% from 487); Green value is 245 (96.09% from 255 or 50.31% from 487); Blue value is 184 (72.27% from 255 or 37.78% from 487); Max value from RGB is 245 - color contains mainly: green. Hex color #3AF5B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF5B8 is #C50A47. Grayscale: #B6B6B6. Windows color (decimal): -12913224 or 12121402. OLE color: 12121402.

HSL color Cylindrical-coordinate representation of color #3AF5B8: hue angle of 160.43º degrees, saturation: 0.9, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF5B8 is Cyan = 0.76, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.04.

Color convert

RGB58245184-
CMYK0.7600.250.04
HSL160.43º90.34%59.41%-
HSV(B)160.43º76.33%96.08%-
XYZ43.0569.6756.53-
YUV182.13129.0539.46-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.91%
GREEN value IS 245 (96.09% from 255) = 50.31%
BLUE value IS 184 (72.27% from 255) = 37.78%
R=11.91%
G=50.31%
B=37.78%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal582451840.7600.250.04160.4390.3459.41
Hex3AF5B84C0194a05a3b
Octal72365270114031424013273
Binary11101011110101101110001001100011001100101000001011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3af5b8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,245,184); }

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

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

 a { background-color: rgb(58,245,184); }

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

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

 span { border-color: rgb(58,245,184); }

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