#3DCBB5

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

Shades of Medium Turquoise #3DCBB5

Tints of Medium Turquoise #3DCBB5

Color information

#3DCBB5 (or 0x3DCBB5) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CB and B5. RGB value is (61,203,181). Sum of RGB (Red+Green+Blue) = 61+203+181=445 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.71% from 445); Green value is 203 (79.69% from 255 or 45.62% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCBB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBB5 is #C2344A. Grayscale: #9D9D9D. Windows color (decimal): -12727371 or 11914045. OLE color: 11914045.

HSL color Cylindrical-coordinate representation of color #3DCBB5: hue angle of 170.7º degrees, saturation: 0.58, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCBB5 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB61203181-
CMYK0.7000.110.20
HSL170.7º57.72%51.76%-
HSV(B)170.7º69.95%79.61%-
XYZ31.6247.0451.13-
YUV158.03140.9658.79-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.71%
GREEN value IS 203 (79.69% from 255) = 45.62%
BLUE value IS 181 (71.09% from 255) = 40.67%
R=13.71%
G=45.62%
B=40.67%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal612031810.7000.110.20170.757.7251.76
Hex3DCBB5460B14ab3a34
Octal75313265106013242537264
Binary11110111001011101101011000110010111010010101011111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCBB5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,203,181); }

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

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

 a { background-color: rgb(61,203,181); }

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

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

 span { border-color: rgb(61,203,181); }

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