#3AE2EE

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

Shades of Turquoise #3AE2EE

Tints of Turquoise #3AE2EE

Color information

#3AE2EE (or 0x3AE2EE) is unknown color: approx Turquoise. HEX triplet: 3A, E2 and EE. RGB value is (58,226,238). Sum of RGB (Red+Green+Blue) = 58+226+238=522 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.11% from 522); Green value is 226 (88.67% from 255 or 43.30% from 522); Blue value is 238 (93.36% from 255 or 45.59% from 522); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AE2EE is not a web safe color. Web safe color analog (approx): #33CCFF. Inversed color of #3AE2EE is #C51D11. Grayscale: #B0B0B0. Windows color (decimal): -12918034 or 15655482. OLE color: 15655482.

HSL color Cylindrical-coordinate representation of color #3AE2EE: hue angle of 184º 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 #3AE2EE is Cyan = 0.76, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.07.

Color convert

RGB58226238-
CMYK0.760.0500.07
HSL184º84.11%58.04%-
HSV(B)184º75.63%93.33%-
XYZ44.3761.4790.41-
YUV177.14162.3443.02-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal582262380.760.0500.0718484.1158.04
Hex3AE2EE4C507b8543a
Octal7234235611450727012472
Binary111010111000101110111010011001010111101110001010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE2EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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