#3AF3B5

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

Shades of Turquoise #3AF3B5

Tints of Turquoise #3AF3B5

Color information

#3AF3B5 (or 0x3AF3B5) is unknown color: approx Turquoise. HEX triplet: 3A, F3 and B5. RGB value is (58,243,181). Sum of RGB (Red+Green+Blue) = 58+243+181=482 (63% of max value = 765). Red value is 58 (23.05% from 255 or 12.03% from 482); Green value is 243 (95.31% from 255 or 50.41% from 482); Blue value is 181 (71.09% from 255 or 37.55% from 482); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3B5 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3B5 is #C50C4A. Grayscale: #B4B4B4. Windows color (decimal): -12913739 or 11924282. OLE color: 11924282.

HSL color Cylindrical-coordinate representation of color #3AF3B5: hue angle of 159.89º degrees, saturation: 0.89, 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 #3AF3B5 is Cyan = 0.76, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.05.

Color convert

RGB58243181-
CMYK0.7600.260.05
HSL159.89º88.52%59.02%-
HSV(B)159.89º76.13%95.29%-
XYZ42.1468.3454.69-
YUV180.62128.2140.54-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.03%
GREEN value IS 243 (95.31% from 255) = 50.41%
BLUE value IS 181 (71.09% from 255) = 37.55%
R=12.03%
G=50.41%
B=37.55%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582431810.7600.260.05159.8988.5259.02
Hex3AF3B54C01A5a0593b
Octal72363265114032524013173
Binary11101011110011101101011001100011010101101000001011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF3B5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,243,181); }

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

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

 a { background-color: rgb(58,243,181); }

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

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

 span { border-color: rgb(58,243,181); }

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