#3DDDB8

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

Shades of Turquoise #3DDDB8

Tints of Turquoise #3DDDB8

Color information

#3DDDB8 (or 0x3DDDB8) is unknown color: approx Turquoise. HEX triplet: 3D, DD and B8. RGB value is (61,221,184). Sum of RGB (Red+Green+Blue) = 61+221+184=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 221 (86.72% from 255 or 47.42% from 466); Blue value is 184 (72.27% from 255 or 39.48% from 466); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDB8 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDB8 is #C22247. Grayscale: #A8A8A8. Windows color (decimal): -12722760 or 12115261. OLE color: 12115261.

HSL color Cylindrical-coordinate representation of color #3DDDB8: hue angle of 166.12º degrees, saturation: 0.7, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDDB8 is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.13.

Color convert

RGB61221184-
CMYK0.7200.170.13
HSL166.12º70.18%55.29%-
HSV(B)166.12º72.4%86.67%-
XYZ36.4356.1754.27-
YUV168.94136.4951.01-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.09%
GREEN value IS 221 (86.72% from 255) = 47.42%
BLUE value IS 184 (72.27% from 255) = 39.48%
R=13.09%
G=47.42%
B=39.48%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal612211840.7200.170.13166.1270.1855.29
Hex3DDDB848011Da64637
Octal753352701100211524610667
Binary111101110111011011100010010000100011101101001101000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDDB8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,221,184); }

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

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

 a { background-color: rgb(61,221,184); }

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

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

 span { border-color: rgb(61,221,184); }

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