#3AEEE2

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

Shades of Turquoise #3AEEE2

Tints of Turquoise #3AEEE2

Color information

#3AEEE2 (or 0x3AEEE2) is unknown color: approx Turquoise. HEX triplet: 3A, EE and E2. RGB value is (58,238,226). Sum of RGB (Red+Green+Blue) = 58+238+226=522 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.11% from 522); Green value is 238 (93.36% from 255 or 45.59% from 522); Blue value is 226 (88.67% from 255 or 43.30% from 522); Max value from RGB is 238 - color contains mainly: green. Hex color #3AEEE2 is not a web safe color. Web safe color analog (approx): #33FFCC. Inversed color of #3AEEE2 is #C5111D. Grayscale: #B6B6B6. Windows color (decimal): -12914974 or 14872122. OLE color: 14872122.

HSL color Cylindrical-coordinate representation of color #3AEEE2: hue angle of 176º degrees, saturation: 0.84, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #3AEEE2 is Cyan = 0.76, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.07.

Color convert

RGB58238226-
CMYK0.7600.050.07
HSL176º84.11%58.04%-
HSV(B)176º75.63%93.33%-
XYZ46.0567.5482.56-
YUV182.81152.3738.98-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.11%
GREEN value IS 238 (93.36% from 255) = 45.59%
BLUE value IS 226 (88.67% from 255) = 43.30%
R=11.11%
G=45.59%
B=43.30%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal582382260.7600.050.0717684.1158.04
Hex3AEEE24C057b0543a
Octal7235634211405726012472
Binary111010111011101110001010011000101111101100001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AEEE2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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