#3af1c3

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

Shades of Turquoise #3AF1C3

Tints of Turquoise #3AF1C3

Color information

#3AF1C3 (or 0x3AF1C3) is unknown color: approx Turquoise. HEX triplet: 3A, F1 and C3. RGB value is (58,241,195). Sum of RGB (Red+Green+Blue) = 58+241+195=494 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.74% from 494); Green value is 241 (94.53% from 255 or 48.79% from 494); Blue value is 195 (76.56% from 255 or 39.47% from 494); Max value from RGB is 241 - color contains mainly: green. Hex color #3AF1C3 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF1C3 is #C50E3C. Grayscale: #B5B5B5. Windows color (decimal): -12914237 or 12841274. OLE color: 12841274.

HSL color Cylindrical-coordinate representation of color #3AF1C3: hue angle of 164.92º degrees, saturation: 0.87, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AF1C3 is Cyan = 0.76, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.

Color convert

RGB58241195-
CMYK0.7600.190.05
HSL164.92º86.73%58.63%-
HSV(B)164.92º75.93%94.51%-
XYZ43.0567.7562.44-
YUV181.04135.8740.24-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.74%
GREEN value IS 241 (94.53% from 255) = 48.79%
BLUE value IS 195 (76.56% from 255) = 39.47%
R=11.74%
G=48.79%
B=39.47%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582411950.7600.190.05164.9286.7358.63
Hex3AF1C34C0135a5573b
Octal72361303114023524512773
Binary11101011110001110000111001100010011101101001011010111111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3af1c3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,241,195); }

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

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

 a { background-color: rgb(58,241,195); }

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

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

 span { border-color: rgb(58,241,195); }

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