#3AE7EE

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

Shades of Turquoise #3AE7EE

Tints of Turquoise #3AE7EE

Color information

#3AE7EE (or 0x3AE7EE) is unknown color: approx Turquoise. HEX triplet: 3A, E7 and EE. RGB value is (58,231,238). Sum of RGB (Red+Green+Blue) = 58+231+238=527 (69% of max value = 765). Red value is 58 (23.05% from 255 or 11.01% from 527); Green value is 231 (90.62% from 255 or 43.83% from 527); Blue value is 238 (93.36% from 255 or 45.16% from 527); Max value from RGB is 238 - color contains mainly: blue. Hex color #3AE7EE is not a web safe color. Web safe color analog (approx): #33FFFF. Inversed color of #3AE7EE is #C51811. Grayscale: #B3B3B3. Windows color (decimal): -12916754 or 15656762. OLE color: 15656762.

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

Color convert

RGB58231238-
CMYK0.760.0300.07
HSL182.33º84.11%58.04%-
HSV(B)182.33º75.63%93.33%-
XYZ45.7564.2290.87-
YUV180.07160.6940.93-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.01%
GREEN value IS 231 (90.62% from 255) = 43.83%
BLUE value IS 238 (93.36% from 255) = 45.16%
R=11.01%
G=43.83%
B=45.16%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal582312380.760.0300.07182.3384.1158.04
Hex3AE7EE4C307b6543a
Octal7234735611430726612472
Binary11101011100111111011101001100110111101101101010100111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE7EE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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