#3AF6FB

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

Shades of Turquoise #3AF6FB

Tints of Turquoise #3AF6FB

Color information

#3AF6FB (or 0x3AF6FB) is unknown color: approx Turquoise. HEX triplet: 3A, F6 and FB. RGB value is (58,246,251). Sum of RGB (Red+Green+Blue) = 58+246+251=555 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.45% from 555); Green value is 246 (96.48% from 255 or 44.32% from 555); Blue value is 251 (98.44% from 255 or 45.23% from 555); Max value from RGB is 251 - color contains mainly: blue. Hex color #3AF6FB is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF6FB is #C50904. Grayscale: #BEBEBE. Windows color (decimal): -12912901 or 16512570. OLE color: 16512570.

HSL color Cylindrical-coordinate representation of color #3AF6FB: hue angle of 181.55º degrees, saturation: 0.96, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #3AF6FB is Cyan = 0.77, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.02.

Color convert

RGB58246251-
CMYK0.770.0200.02
HSL181.55º96.02%60.59%-
HSV(B)181.55º76.89%98.43%-
XYZ52.1173.78102.76-
YUV190.36162.2233.59-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.45%
GREEN value IS 246 (96.48% from 255) = 44.32%
BLUE value IS 251 (98.44% from 255) = 45.23%
R=10.45%
G=44.32%
B=45.23%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582462510.770.0200.02181.5596.0260.59
Hex3AF6FB4D202b6603d
Octal7236637311520226614075
Binary1110101111011011111011100110110010101101101100000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF6FB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,246,251); }

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

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

 a { background-color: rgb(58,246,251); }

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

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

 span { border-color: rgb(58,246,251); }

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