#3AF8B3

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

Shades of Turquoise #3AF8B3

Tints of Turquoise #3AF8B3

Color information

#3AF8B3 (or 0x3AF8B3) is unknown color: approx Turquoise. HEX triplet: 3A, F8 and B3. RGB value is (58,248,179). Sum of RGB (Red+Green+Blue) = 58+248+179=485 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.96% from 485); Green value is 248 (97.27% from 255 or 51.13% from 485); Blue value is 179 (70.31% from 255 or 36.91% from 485); Max value from RGB is 248 - color contains mainly: green. Hex color #3AF8B3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF8B3 is #C5074C. Grayscale: #B7B7B7. Windows color (decimal): -12912461 or 11794490. OLE color: 11794490.

HSL color Cylindrical-coordinate representation of color #3AF8B3: hue angle of 158.21º 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 #3AF8B3 is Cyan = 0.77, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.03.

Color convert

RGB58248179-
CMYK0.7700.280.03
HSL158.21º93.14%60%-
HSV(B)158.21º76.61%97.25%-
XYZ43.4571.2954.12-
YUV183.32125.5538.61-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.96%
GREEN value IS 248 (97.27% from 255) = 51.13%
BLUE value IS 179 (70.31% from 255) = 36.91%
R=11.96%
G=51.13%
B=36.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582481790.7700.280.03158.2193.1460
Hex3AF8B34D01C39e5d3c
Octal72370263115034323613574
Binary1110101111100010110011100110101110011100111101011101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF8B3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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