#3AF3BB

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

Shades of Turquoise #3AF3BB

Tints of Turquoise #3AF3BB

Color information

#3AF3BB (or 0x3AF3BB) is unknown color: approx Turquoise. HEX triplet: 3A, F3 and BB. RGB value is (58,243,187). Sum of RGB (Red+Green+Blue) = 58+243+187=488 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.89% from 488); Green value is 243 (95.31% from 255 or 49.80% from 488); Blue value is 187 (73.44% from 255 or 38.32% from 488); Max value from RGB is 243 - color contains mainly: green. Hex color #3AF3BB is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AF3BB is #C50C44. Grayscale: #B5B5B5. Windows color (decimal): -12913733 or 12317498. OLE color: 12317498.

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

Color convert

RGB58243187-
CMYK0.7600.230.05
HSL161.84º88.52%59.02%-
HSV(B)161.84º76.13%95.29%-
XYZ42.7768.5958-
YUV181.3131.2140.05-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.89%
GREEN value IS 243 (95.31% from 255) = 49.80%
BLUE value IS 187 (73.44% from 255) = 38.32%
R=11.89%
G=49.80%
B=38.32%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal582431870.7600.230.05161.8488.5259.02
Hex3AF3BB4C0175a2593b
Octal72363273114027524213173
Binary11101011110011101110111001100010111101101000101011001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AF3BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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