#3AF6F9

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

Shades of Turquoise #3AF6F9

Tints of Turquoise #3AF6F9

Color information

#3AF6F9 (or 0x3AF6F9) is unknown color: approx Turquoise. HEX triplet: 3A, F6 and F9. RGB value is (58,246,249). Sum of RGB (Red+Green+Blue) = 58+246+249=553 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.49% from 553); Green value is 246 (96.48% from 255 or 44.48% from 553); Blue value is 249 (97.66% from 255 or 45.03% from 553); Max value from RGB is 249 - color contains mainly: blue. Hex color #3AF6F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF6F9 is #C50906. Grayscale: #BDBDBD. Windows color (decimal): -12912903 or 16381498. OLE color: 16381498.

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

Color convert

RGB58246249-
CMYK0.770.0100.02
HSL180.94º94.09%60.2%-
HSV(B)180.94º76.71%97.65%-
XYZ51.873.65101.11-
YUV190.13161.2233.76-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.49%
GREEN value IS 246 (96.48% from 255) = 44.48%
BLUE value IS 249 (97.66% from 255) = 45.03%
R=10.49%
G=44.48%
B=45.03%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal582462490.770.0100.02180.9494.0960.2
Hex3AF6F94D102b55e3c
Octal7236637111510226513674
Binary111010111101101111100110011011010101101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF6F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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