#3AD8E0

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

Shades of Turquoise #3AD8E0

Tints of Turquoise #3AD8E0

Color information

#3AD8E0 (or 0x3AD8E0) is unknown color: approx Turquoise. HEX triplet: 3A, D8 and E0. RGB value is (58,216,224). Sum of RGB (Red+Green+Blue) = 58+216+224=498 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.65% from 498); Green value is 216 (84.77% from 255 or 43.37% from 498); Blue value is 224 (87.89% from 255 or 44.98% from 498); Max value from RGB is 224 - color contains mainly: blue. Hex color #3AD8E0 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD8E0 is #C5271F. Grayscale: #A9A9A9. Windows color (decimal): -12920608 or 14735418. OLE color: 14735418.

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

Color convert

RGB58216224-
CMYK0.740.0400.12
HSL182.89º72.81%55.29%-
HSV(B)182.89º74.11%87.84%-
XYZ39.7655.3979.12-
YUV169.67158.6548.35-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.65%
GREEN value IS 216 (84.77% from 255) = 43.37%
BLUE value IS 224 (87.89% from 255) = 44.98%
R=11.65%
G=43.37%
B=44.98%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582162240.740.0400.12182.8972.8155.29
Hex3AD8E04A40Cb74937
Octal72330340112401426711167
Binary1110101101100011100000100101010001100101101111001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD8E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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