#3DCABD

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

Shades of Medium Turquoise #3DCABD

Tints of Medium Turquoise #3DCABD

Color information

#3DCABD (or 0x3DCABD) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CA and BD. RGB value is (61,202,189). Sum of RGB (Red+Green+Blue) = 61+202+189=452 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.50% from 452); Green value is 202 (79.30% from 255 or 44.69% from 452); Blue value is 189 (74.22% from 255 or 41.81% from 452); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCABD is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCABD is #C23542. Grayscale: #9E9E9E. Windows color (decimal): -12727619 or 12438077. OLE color: 12438077.

HSL color Cylindrical-coordinate representation of color #3DCABD: hue angle of 174.47º degrees, saturation: 0.57, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #3DCABD is Cyan = 0.70, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.21.

Color convert

RGB61202189-
CMYK0.7000.060.21
HSL174.47º57.09%51.57%-
HSV(B)174.47º69.8%79.22%-
XYZ32.2346.9155.5-
YUV158.36145.2958.56-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.50%
GREEN value IS 202 (79.30% from 255) = 44.69%
BLUE value IS 189 (74.22% from 255) = 41.81%
R=13.50%
G=44.69%
B=41.81%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021890.7000.060.21174.4757.0951.57
Hex3DCABD460615ae3934
Octal7531227510606252567164
Binary1111011100101010111101100011001101010110101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCABD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(61,202,189); }

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

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

 a { background-color: rgb(61,202,189); }

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

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

 span { border-color: rgb(61,202,189); }

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