#3DDCB9

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

Shades of Turquoise #3DDCB9

Tints of Turquoise #3DDCB9

Color information

#3DDCB9 (or 0x3DDCB9) is unknown color: approx Turquoise. HEX triplet: 3D, DC and B9. RGB value is (61,220,185). Sum of RGB (Red+Green+Blue) = 61+220+185=466 (61% of max value = 765). Red value is 61 (24.22% from 255 or 13.09% from 466); Green value is 220 (86.33% from 255 or 47.21% from 466); Blue value is 185 (72.66% from 255 or 39.70% from 466); Max value from RGB is 220 - color contains mainly: green. Hex color #3DDCB9 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DDCB9 is #C22346. Grayscale: #A8A8A8. Windows color (decimal): -12723015 or 12180541. OLE color: 12180541.

HSL color Cylindrical-coordinate representation of color #3DDCB9: hue angle of 166.79º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3DDCB9 is Cyan = 0.72, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.14.

Color convert

RGB61220185-
CMYK0.7200.160.14
HSL166.79º69.43%55.1%-
HSV(B)166.79º72.27%86.27%-
XYZ36.2755.6854.73-
YUV168.47137.3251.35-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.09%
GREEN value IS 220 (86.33% from 255) = 47.21%
BLUE value IS 185 (72.66% from 255) = 39.70%
R=13.09%
G=47.21%
B=39.70%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal612201850.7200.160.14166.7969.4355.1
Hex3DDCB948010Ea74537
Octal753342711100201624710567
Binary111101110111001011100110010000100001110101001111000101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DDCB9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,220,185); }

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

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

 a { background-color: rgb(61,220,185); }

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

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

 span { border-color: rgb(61,220,185); }

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