#3AF5F7

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

Shades of Turquoise #3AF5F7

Tints of Turquoise #3AF5F7

Color information

#3AF5F7 (or 0x3AF5F7) is unknown color: approx Turquoise. HEX triplet: 3A, F5 and F7. RGB value is (58,245,247). Sum of RGB (Red+Green+Blue) = 58+245+247=550 (72% of max value = 765). Red value is 58 (23.05% from 255 or 10.55% from 550); Green value is 245 (96.09% from 255 or 44.55% from 550); Blue value is 247 (96.88% from 255 or 44.91% from 550); Max value from RGB is 247 - color contains mainly: blue. Hex color #3AF5F7 is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AF5F7 is #C50A08. Grayscale: #BDBDBD. Windows color (decimal): -12913161 or 16250170. OLE color: 16250170.

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

Color convert

RGB58245247-
CMYK0.770.0100.03
HSL180.63º92.2%59.8%-
HSV(B)180.63º76.52%96.86%-
XYZ51.1972.9299.37-
YUV189.32160.5534.34-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 10.55%
GREEN value IS 245 (96.09% from 255) = 44.55%
BLUE value IS 247 (96.88% from 255) = 44.91%
R=10.55%
G=44.55%
B=44.91%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal582452470.770.0100.03180.6392.259.8
Hex3AF5F74D103b55c3c
Octal7236536711510326513474
Binary111010111101011111011110011011011101101011011100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF5F7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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