#3AE0CF

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

Shades of Turquoise #3AE0CF

Tints of Turquoise #3AE0CF

Color information

#3AE0CF (or 0x3AE0CF) is unknown color: approx Turquoise. HEX triplet: 3A, E0 and CF. RGB value is (58,224,207). Sum of RGB (Red+Green+Blue) = 58+224+207=489 (64% of max value = 765). Red value is 58 (23.05% from 255 or 11.86% from 489); Green value is 224 (87.89% from 255 or 45.81% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE0CF is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE0CF is #C51F30. Grayscale: #ACACAC. Windows color (decimal): -12918577 or 13623354. OLE color: 13623354.

HSL color Cylindrical-coordinate representation of color #3AE0CF: hue angle of 173.86º 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 #3AE0CF is Cyan = 0.74, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.12.

Color convert

RGB58224207-
CMYK0.7400.080.12
HSL173.86º72.81%55.29%-
HSV(B)173.86º74.11%87.84%-
XYZ39.6658.7268.27-
YUV172.43147.546.38-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.86%
GREEN value IS 224 (87.89% from 255) = 45.81%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=11.86%
G=45.81%
B=42.33%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582242070.7400.080.12173.8672.8155.29
Hex3AE0CF4A08Cae4937
Octal723403171120101425611167
Binary11101011100000110011111001010010001100101011101001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE0CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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