#3AE3DD

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

Shades of Turquoise #3AE3DD

Tints of Turquoise #3AE3DD

Color information

#3AE3DD (or 0x3AE3DD) is unknown color: approx Turquoise. HEX triplet: 3A, E3 and DD. RGB value is (58,227,221). Sum of RGB (Red+Green+Blue) = 58+227+221=506 (67% of max value = 765). Red value is 58 (23.05% from 255 or 11.46% from 506); Green value is 227 (89.06% from 255 or 44.86% from 506); Blue value is 221 (86.72% from 255 or 43.68% from 506); Max value from RGB is 227 - color contains mainly: green. Hex color #3AE3DD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE3DD is #C51C22. Grayscale: #AFAFAF. Windows color (decimal): -12917795 or 14541626. OLE color: 14541626.

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

Color convert

RGB58227221-
CMYK0.7400.030.11
HSL177.87º75.11%55.88%-
HSV(B)177.87º74.45%89.02%-
XYZ42.2761.0677.96-
YUV175.79153.5143.99-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.46%
GREEN value IS 227 (89.06% from 255) = 44.86%
BLUE value IS 221 (86.72% from 255) = 43.68%
R=11.46%
G=44.86%
B=43.68%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal582272210.7400.030.11177.8775.1155.88
Hex3AE3DD4A03Bb24b38
Octal72343335112031326211370
Binary111010111000111101110110010100111011101100101001011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3AE3DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,227,221); }

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

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

 a { background-color: rgb(58,227,221); }

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

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

 span { border-color: rgb(58,227,221); }

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