#3AD5E5

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

Shades of Turquoise #3AD5E5

Tints of Turquoise #3AD5E5

Color information

#3AD5E5 (or 0x3AD5E5) is unknown color: approx Turquoise. HEX triplet: 3A, D5 and E5. RGB value is (58,213,229). Sum of RGB (Red+Green+Blue) = 58+213+229=500 (66% of max value = 765). Red value is 58 (23.05% from 255 or 11.6% from 500); Green value is 213 (83.59% from 255 or 42.6% from 500); Blue value is 229 (89.84% from 255 or 45.8% from 500); Max value from RGB is 229 - color contains mainly: blue. Hex color #3AD5E5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD5E5 is #C52A1A. Grayscale: #A8A8A8. Windows color (decimal): -12921371 or 15062330. OLE color: 15062330.

HSL color Cylindrical-coordinate representation of color #3AD5E5: hue angle of 185.61º degrees, saturation: 0.77, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #3AD5E5 is Cyan = 0.75, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB58213229-
CMYK0.750.0700.10
HSL185.61º76.68%56.27%-
HSV(B)185.61º74.67%89.8%-
XYZ39.6854.1582.49-
YUV168.48162.1549.2-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.6%
GREEN value IS 213 (83.59% from 255) = 42.6%
BLUE value IS 229 (89.84% from 255) = 45.8%
R=11.6%
G=42.6%
B=45.8%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal582132290.750.0700.10185.6176.6856.27
Hex3AD5E54B70Aba4d38
Octal72325345113701227211570
Binary1110101101010111100101100101111101010101110101001101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD5E5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,213,229); }

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

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

 a { background-color: rgb(58,213,229); }

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

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

 span { border-color: rgb(58,213,229); }

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