#3AF6F7

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

Shades of Turquoise #3AF6F7

Tints of Turquoise #3AF6F7

Color information

#3AF6F7 (or 0x3AF6F7) is unknown color: approx Turquoise. HEX triplet: 3A, F6 and F7. RGB value is (58,246,247). Sum of RGB (Red+Green+Blue) = 58+246+247=551 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.53% from 551); Green value is 246 (96.48% from 255 or 44.65% from 551); Blue value is 247 (96.88% from 255 or 44.83% from 551); Max value from RGB is 247 - color contains mainly: blue. Hex color #3AF6F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF6F7 is #C50908. Grayscale: #BDBDBD. Windows color (decimal): -12912905 or 16250426. OLE color: 16250426.

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

Color convert

RGB58246247-
CMYK0.770.0000.03
HSL180.32º92.2%59.8%-
HSV(B)180.32º76.52%96.86%-
XYZ51.4973.5399.47-
YUV189.9160.2233.92-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.53%
GREEN value IS 246 (96.48% from 255) = 44.65%
BLUE value IS 247 (96.88% from 255) = 44.83%
R=10.53%
G=44.65%
B=44.83%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.00
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582462470.770.0000.03180.3292.259.8
Hex3AF6F74D003b45c3c
Octal7236636711500326413474
Binary111010111101101111011110011010011101101001011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF6F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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