#3AE0B9

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

Shades of Turquoise #3AE0B9

Tints of Turquoise #3AE0B9

Color information

#3AE0B9 (or 0x3AE0B9) is unknown color: approx Turquoise. HEX triplet: 3A, E0 and B9. RGB value is (58,224,185). Sum of RGB (Red+Green+Blue) = 58+224+185=467 (61% of max value = 765). Red value is 58 (23.05% from 255 or 12.42% from 467); Green value is 224 (87.89% from 255 or 47.97% from 467); Blue value is 185 (72.66% from 255 or 39.61% from 467); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE0B9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE0B9 is #C51F46. Grayscale: #A9A9A9. Windows color (decimal): -12918599 or 12181562. OLE color: 12181562.

HSL color Cylindrical-coordinate representation of color #3AE0B9: hue angle of 165.9º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE0B9 is Cyan = 0.74, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.12.

Color convert

RGB58224185-
CMYK0.7400.170.12
HSL165.9º72.81%55.29%-
HSV(B)165.9º74.11%87.84%-
XYZ37.1657.7155.08-
YUV169.92136.548.17-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 12.42%
GREEN value IS 224 (87.89% from 255) = 47.97%
BLUE value IS 185 (72.66% from 255) = 39.61%
R=12.42%
G=47.97%
B=39.61%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582241850.7400.170.12165.972.8155.29
Hex3AE0B94A011Ca64937
Octal723402711120211424611167
Binary111010111000001011100110010100100011100101001101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE0B9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,224,185); }

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

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

 a { background-color: rgb(58,224,185); }

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

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

 span { border-color: rgb(58,224,185); }

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