#3AF6C9

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

Shades of Turquoise #3AF6C9

Tints of Turquoise #3AF6C9

Color information

#3AF6C9 (or 0x3AF6C9) is unknown color: approx Turquoise. HEX triplet: 3A, F6 and C9. RGB value is (58,246,201). Sum of RGB (Red+Green+Blue) = 58+246+201=505 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.49% from 505); Green value is 246 (96.48% from 255 or 48.71% from 505); Blue value is 201 (78.91% from 255 or 39.80% from 505); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF6C9 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF6C9 is #C50936. Grayscale: #B8B8B8. Windows color (decimal): -12912951 or 13235770. OLE color: 13235770.

HSL color Cylindrical-coordinate representation of color #3AF6C9: hue angle of 165.64º degrees, saturation: 0.91, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF6C9 is Cyan = 0.76, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB58246201-
CMYK0.7600.180.04
HSL165.64º91.26%59.61%-
HSV(B)165.64º76.42%96.47%-
XYZ45.2471.0366.58-
YUV184.66137.2237.66-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.49%
GREEN value IS 246 (96.48% from 255) = 48.71%
BLUE value IS 201 (78.91% from 255) = 39.80%
R=11.49%
G=48.71%
B=39.80%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal582462010.7600.180.04165.6491.2659.61
Hex3AF6C94C0124a65b3c
Octal72366311114022424613374
Binary11101011110110110010011001100010010100101001101011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF6C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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