#3AF2B8

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

Shades of Turquoise #3AF2B8

Tints of Turquoise #3AF2B8

Color information

#3AF2B8 (or 0x3AF2B8) is unknown color: approx Turquoise. HEX triplet: 3A, F2 and B8. RGB value is (58,242,184). Sum of RGB (Red+Green+Blue) = 58+242+184=484 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.98% from 484); Green value is 242 (94.92% from 255 or 50% from 484); Blue value is 184 (72.27% from 255 or 38.02% from 484); Max value from RGB is 242 - color contains mainly: green. Hex color #3AF2B8 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF2B8 is #C50D47. Grayscale: #B4B4B4. Windows color (decimal): -12913992 or 12120634. OLE color: 12120634.

HSL color Cylindrical-coordinate representation of color #3AF2B8: hue angle of 161.09º degrees, saturation: 0.88, 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 #3AF2B8 is Cyan = 0.76, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.05.

Color convert

RGB58242184-
CMYK0.7600.240.05
HSL161.09º87.62%58.82%-
HSV(B)161.09º76.03%94.9%-
XYZ42.1567.8656.23-
YUV180.37130.0440.72-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.98%
GREEN value IS 242 (94.92% from 255) = 50%
BLUE value IS 184 (72.27% from 255) = 38.02%
R=11.98%
G=50%
B=38.02%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582421840.7600.240.05161.0987.6258.82
Hex3AF2B84C0185a1583b
Octal72362270114030524113073
Binary11101011110010101110001001100011000101101000011011000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF2B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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