#3DDDD2

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

Shades of Turquoise #3DDDD2

Tints of Turquoise #3DDDD2

Color information

#3DDDD2 (or 0x3DDDD2) is unknown color: approx Turquoise. HEX triplet: 3D, DD and D2. RGB value is (61,221,210). Sum of RGB (Red+Green+Blue) = 61+221+210=492 (65% of max value = 765). Red value is 61 (24.22% from 255 or 12.40% from 492); Green value is 221 (86.72% from 255 or 44.92% from 492); Blue value is 210 (82.42% from 255 or 42.68% from 492); Max value from RGB is 221 - color contains mainly: green. Hex color #3DDDD2 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDDD2 is #C2222D. Grayscale: #ABABAB. Windows color (decimal): -12722734 or 13819197. OLE color: 13819197.

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

Color convert

RGB61221210-
CMYK0.7200.050.13
HSL175.88º70.18%55.29%-
HSV(B)175.88º72.4%86.67%-
XYZ39.4157.3669.97-
YUV171.91149.4948.89-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 12.40%
GREEN value IS 221 (86.72% from 255) = 44.92%
BLUE value IS 210 (82.42% from 255) = 42.68%
R=12.40%
G=44.92%
B=42.68%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal612212100.7200.050.13175.8870.1855.29
Hex3DDDD24805Db04637
Octal75335322110051526010667
Binary1111011101110111010010100100001011101101100001000110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDDD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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