#3AD3E2

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

Shades of Turquoise #3AD3E2

Tints of Turquoise #3AD3E2

Color information

#3AD3E2 (or 0x3AD3E2) is unknown color: approx Turquoise. HEX triplet: 3A, D3 and E2. RGB value is (58,211,226). Sum of RGB (Red+Green+Blue) = 58+211+226=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 211 (82.81% from 255 or 42.63% from 495); Blue value is 226 (88.67% from 255 or 45.66% from 495); Max value from RGB is 226 - color contains mainly: blue. Hex color #3AD3E2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AD3E2 is #C52C1D. Grayscale: #A6A6A6. Windows color (decimal): -12921886 or 14865210. OLE color: 14865210.

HSL color Cylindrical-coordinate representation of color #3AD3E2: hue angle of 185.36º degrees, saturation: 0.74, 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 #3AD3E2 is Cyan = 0.74, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB58211226-
CMYK0.740.0700.11
HSL185.36º74.34%55.69%-
HSV(B)185.36º74.34%88.63%-
XYZ38.7752.9880.13-
YUV166.96161.3150.28-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.72%
GREEN value IS 211 (82.81% from 255) = 42.63%
BLUE value IS 226 (88.67% from 255) = 45.66%
R=11.72%
G=42.63%
B=45.66%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582112260.740.0700.11185.3674.3455.69
Hex3AD3E24A70Bb94a38
Octal72323342112701327111270
Binary1110101101001111100010100101011101011101110011001010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AD3E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,211,226); }

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

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

 a { background-color: rgb(58,211,226); }

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

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

 span { border-color: rgb(58,211,226); }

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