#46CDBB

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

Shades of Medium Turquoise #46CDBB

Tints of Medium Turquoise #46CDBB

Color information

#46CDBB (or 0x46CDBB) is unknown color: approx Medium Turquoise. HEX triplet: 46, CD and BB. RGB value is (70,205,187). Sum of RGB (Red+Green+Blue) = 70+205+187=462 (61% of max value = 765). Red value is 70 (27.73% from 255 or 15.15% from 462); Green value is 205 (80.47% from 255 or 44.37% from 462); Blue value is 187 (73.44% from 255 or 40.48% from 462); Max value from RGB is 205 - color contains mainly: green. Hex color #46CDBB is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #46CDBB is #B93244. Grayscale: #A2A2A2. Windows color (decimal): -12137029 or 12307782. OLE color: 12307782.

HSL color Cylindrical-coordinate representation of color #46CDBB: hue angle of 172º degrees, saturation: 0.57, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #46CDBB is Cyan = 0.66, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.20.

Color convert

RGB70205187-
CMYK0.6600.090.20
HSL172º57.45%53.92%-
HSV(B)172º65.85%80.39%-
XYZ33.3348.5554.63-
YUV162.58141.7761.96-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 15.15%
GREEN value IS 205 (80.47% from 255) = 44.37%
BLUE value IS 187 (73.44% from 255) = 40.48%
R=15.15%
G=44.37%
B=40.48%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal702051870.6600.090.2017257.4553.92
Hex46CDBB420914ac3936
Octal106315273102011242547166
Binary100011011001101101110111000010010011010010101100111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #46CDBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #46CDBB; }

 p { color: rgb(70,205,187); }

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

<style>
 a { background-color: #46CDBB; }

 a { background-color: rgb(70,205,187); }

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

<style>
 span { border-color: #46CDBB; }

 span { border-color: rgb(70,205,187); }

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