#3AF6C5

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

Shades of Turquoise #3AF6C5

Tints of Turquoise #3AF6C5

Color information

#3AF6C5 (or 0x3AF6C5) is unknown color: approx Turquoise. HEX triplet: 3A, F6 and C5. RGB value is (58,246,197). Sum of RGB (Red+Green+Blue) = 58+246+197=501 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.58% from 501); Green value is 246 (96.48% from 255 or 49.10% from 501); Blue value is 197 (77.34% from 255 or 39.32% from 501); Max value from RGB is 246 - color contains mainly: green. Hex color #3AF6C5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF6C5 is #C5093A. Grayscale: #B8B8B8. Windows color (decimal): -12912955 or 12973626. OLE color: 12973626.

HSL color Cylindrical-coordinate representation of color #3AF6C5: hue angle of 164.36º 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 #3AF6C5 is Cyan = 0.76, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.04.

Color convert

RGB58246197-
CMYK0.7600.200.04
HSL164.36º91.26%59.61%-
HSV(B)164.36º76.42%96.47%-
XYZ44.7870.8464.14-
YUV184.2135.2237.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.58%
GREEN value IS 246 (96.48% from 255) = 49.10%
BLUE value IS 197 (77.34% from 255) = 39.32%
R=11.58%
G=49.10%
B=39.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal582461970.7600.200.04164.3691.2659.61
Hex3AF6C54C0144a45b3c
Octal72366305114024424413374
Binary11101011110110110001011001100010100100101001001011011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF6C5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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