#3AF7F9

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

Shades of Turquoise #3AF7F9

Tints of Turquoise #3AF7F9

Color information

#3AF7F9 (or 0x3AF7F9) is unknown color: approx Turquoise. HEX triplet: 3A, F7 and F9. RGB value is (58,247,249). Sum of RGB (Red+Green+Blue) = 58+247+249=554 (73% of max value = 765). Red value is 58 (23.05% from 255 or 10.47% from 554); Green value is 247 (96.88% from 255 or 44.58% from 554); Blue value is 249 (97.66% from 255 or 44.95% from 554); Max value from RGB is 249 - color contains mainly: blue. Hex color #3AF7F9 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF7F9 is #C50806. Grayscale: #BEBEBE. Windows color (decimal): -12912647 or 16381754. OLE color: 16381754.

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

Color convert

RGB58247249-
CMYK0.770.0100.02
HSL180.63º94.09%60.2%-
HSV(B)180.63º76.71%97.65%-
XYZ52.174.26101.21-
YUV190.72160.8833.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.47%
GREEN value IS 247 (96.88% from 255) = 44.58%
BLUE value IS 249 (97.66% from 255) = 44.95%
R=10.47%
G=44.58%
B=44.95%

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
Decimal582472490.770.0100.02180.6394.0960.2
Hex3AF7F94D102b55e3c
Octal7236737111510226513674
Binary111010111101111111100110011011010101101011011110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF7F9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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