#3ae0d5

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

Shades of Turquoise #3AE0D5

Tints of Turquoise #3AE0D5

Color information

#3AE0D5 (or 0x3AE0D5) is unknown color: approx Turquoise. HEX triplet: 3A, E0 and D5. RGB value is (58,224,213). Sum of RGB (Red+Green+Blue) = 58+224+213=495 (65% of max value = 765). Red value is 58 (23.05% from 255 or 11.72% from 495); Green value is 224 (87.89% from 255 or 45.25% from 495); Blue value is 213 (83.59% from 255 or 43.03% from 495); Max value from RGB is 224 - color contains mainly: green. Hex color #3AE0D5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3AE0D5 is #C51F2A. Grayscale: #ACACAC. Windows color (decimal): -12918571 or 14016570. OLE color: 14016570.

HSL color Cylindrical-coordinate representation of color #3AE0D5: hue angle of 176.02º degrees, saturation: 0.73, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #3AE0D5 is Cyan = 0.74, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.12.

Color convert

RGB58224213-
CMYK0.7400.050.12
HSL176.02º72.81%55.29%-
HSV(B)176.02º74.11%87.84%-
XYZ40.4159.0172.21-
YUV173.11150.545.89-

RGB Variations

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

RGB

RED value IS 58 (23.05% from 255) = 11.72%
GREEN value IS 224 (87.89% from 255) = 45.25%
BLUE value IS 213 (83.59% from 255) = 43.03%
R=11.72%
G=45.25%
B=43.03%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal582242130.7400.050.12176.0272.8155.29
Hex3AE0D54A05Cb04937
Octal72340325112051426011167
Binary1110101110000011010101100101001011100101100001001001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3ae0d5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(58,224,213); }

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

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

 a { background-color: rgb(58,224,213); }

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

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

 span { border-color: rgb(58,224,213); }

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