#3DCBB4

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

Shades of Medium Turquoise #3DCBB4

Tints of Medium Turquoise #3DCBB4

Color information

#3DCBB4 (or 0x3DCBB4) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CB and B4. RGB value is (61,203,180). Sum of RGB (Red+Green+Blue) = 61+203+180=444 (58% of max value = 765). Red value is 61 (24.22% from 255 or 13.74% from 444); Green value is 203 (79.69% from 255 or 45.72% from 444); Blue value is 180 (70.70% from 255 or 40.54% from 444); Max value from RGB is 203 - color contains mainly: green. Hex color #3DCBB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCBB4 is #C2344B. Grayscale: #9D9D9D. Windows color (decimal): -12727372 or 11848509. OLE color: 11848509.

HSL color Cylindrical-coordinate representation of color #3DCBB4: hue angle of 170.28º 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 #3DCBB4 is Cyan = 0.70, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.20.

Color convert

RGB61203180-
CMYK0.7000.110.20
HSL170.28º57.72%51.76%-
HSV(B)170.28º69.95%79.61%-
XYZ31.524750.59-
YUV157.92140.4658.87-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.74%
GREEN value IS 203 (79.69% from 255) = 45.72%
BLUE value IS 180 (70.70% from 255) = 40.54%
R=13.74%
G=45.72%
B=40.54%

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
Decimal612031800.7000.110.20170.2857.7251.76
Hex3DCBB4460B14aa3a34
Octal75313264106013242527264
Binary11110111001011101101001000110010111010010101010111010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCBB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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