#3DCABB

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

Shades of Medium Turquoise #3DCABB

Tints of Medium Turquoise #3DCABB

Color information

#3DCABB (or 0x3DCABB) is unknown color: approx Medium Turquoise. HEX triplet: 3D, CA and BB. RGB value is (61,202,187). Sum of RGB (Red+Green+Blue) = 61+202+187=450 (59% of max value = 765). Red value is 61 (24.22% from 255 or 13.56% from 450); Green value is 202 (79.30% from 255 or 44.89% from 450); Blue value is 187 (73.44% from 255 or 41.56% from 450); Max value from RGB is 202 - color contains mainly: green. Hex color #3DCABB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #3DCABB is #C23544. Grayscale: #9E9E9E. Windows color (decimal): -12727621 or 12307005. OLE color: 12307005.

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

Color convert

RGB61202187-
CMYK0.7000.070.21
HSL173.62º57.09%51.57%-
HSV(B)173.62º69.8%79.22%-
XYZ32.0146.8254.36-
YUV158.13144.2958.72-

RGB Variations

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

RGB

RED value IS 61 (24.22% from 255) = 13.56%
GREEN value IS 202 (79.30% from 255) = 44.89%
BLUE value IS 187 (73.44% from 255) = 41.56%
R=13.56%
G=44.89%
B=41.56%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal612021870.7000.070.21173.6257.0951.57
Hex3DCABB460715ae3934
Octal7531227310607252567164
Binary1111011100101010111011100011001111010110101110111001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #3DCABB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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