#3AE3DC

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

Shades of Turquoise #3AE3DC

Tints of Turquoise #3AE3DC

Color information

#3AE3DC (or 0x3AE3DC) is unknown color: approx Turquoise. HEX triplet: 3A, E3 and DC. RGB value is (58,227,220). Sum of RGB (Red+Green+Blue) = 58+227+220=505 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.49% from 505); Green value is 227 (89.06% from 255 or 44.95% from 505); Blue value is 220 (86.33% from 255 or 43.56% from 505); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE3DC is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE3DC is #C51C23. Grayscale: #AFAFAF. Windows color (decimal): -12917796 or 14476090. OLE color: 14476090.

HSL color Cylindrical-coordinate representation of color #3AE3DC: hue angle of 177.51º degrees, saturation: 0.75, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE3DC is Cyan = 0.74, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.11.

Color convert

RGB58227220-
CMYK0.7400.030.11
HSL177.51º75.11%55.88%-
HSV(B)177.51º74.45%89.02%-
XYZ42.1361.0177.26-
YUV175.67153.0144.07-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.49%
GREEN value IS 227 (89.06% from 255) = 44.95%
BLUE value IS 220 (86.33% from 255) = 43.56%
R=11.49%
G=44.95%
B=43.56%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582272200.7400.030.11177.5175.1155.88
Hex3AE3DC4A03Bb24b38
Octal72343334112031326211370
Binary111010111000111101110010010100111011101100101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,227,220); }

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

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

 a { background-color: rgb(58,227,220); }

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

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

 span { border-color: rgb(58,227,220); }

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